aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
...
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-19
| |\ \ \ \ \ \
| | * | | | | | net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-06
| * | | | | | | ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa2013-12-18
| * | | | | | | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-18
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18
| |\ \ \ \ \ \ \
| * | | | | | | | net: Add utility functions to clear rxhashTom Herbert2013-12-17
| * | | | | | | | tcp: refine TSO splitsEric Dumazet2013-12-17
| * | | | | | | | netconf: add proxy-arp supportstephen hemminger2013-12-14
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-12
| * | | | | | | ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-11
| * | | | | | | net: more spelling fixesstephen hemminger2013-12-10
| * | | | | | | ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-10
| * | | | | | | neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-09
| * | | | | | | neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-09
| * | | | | | | neigh: convert parms to an arrayJiri Pirko2013-12-09
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-09
| |\ \ \ \ \ \ \
| * | | | | | | | tcp: auto corkingEric Dumazet2013-12-06
| * | | | | | | | tcp: optimize some skb_shinfo(skb) usesEric Dumazet2013-12-06
| * | | | | | | | ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-06
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | remove extra definitions of U32_MAXAlex Elder2014-01-23
* | | | | | | | conditionally define U32_MAXAlex Elder2014-01-23
* | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | sched, net: Clean up preempt_enable_no_resched() abusePeter Zijlstra2014-01-13
| | |_|_|_|/ / | |/| | | | |
* | | | | | | tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch2014-01-17
* | | | | | | net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-01-14
| |_|_|_|_|/ |/| | | | |
* | | | | | inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell2014-01-14
|/ / / / /
* | | | | ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao2014-01-02
* | | | | ipv4: consistent reporting of pmtu data in case of corkingHannes Frederic Sowa2013-12-22
* | | | | net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2013-12-19
* | | | | ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2013-12-18
| |_|/ / |/| | |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-12-17
|\ \ \ \
| * | | | netfilter: nft_reject: fix endianness in dump functionEric Leblond2013-12-12
| * | | | netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-11
* | | | | udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet2013-12-17
* | | | | udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet2013-12-11
* | | | | udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet2013-12-11
|/ / / /
* | | | udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet2013-12-10
* | | | inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-10
| |/ / |/| |
* | | tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-05
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-02
|\ \
| * | inet: fix possible seqlock deadlocksEric Dumazet2013-11-29
| * | net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-11-29
| * | net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2013-11-28
| * | inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-23
| * | tcp_memcg: remove useless var old_limGao feng2013-11-23
| * | gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2013-11-23
| * | gro: Only verify TCP checksums for candidatesHerbert Xu2013-11-23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-22
|\| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-21
| |\ \
| | * | netfilter: synproxy: send mss option to backendMartin Topholm2013-11-18