aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17net: Add utility functions to clear rxhashTom Herbert2-4/+3
2013-12-17tcp: refine TSO splitsEric Dumazet1-39/+54
2013-12-14netconf: add proxy-arp supportstephen hemminger1-12/+29
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2-10/+24
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2-6/+7
2013-12-10net: more spelling fixesstephen hemminger2-6/+6
2013-12-10ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-2/+6
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko2-0/+4
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2-2/+2
2013-12-09neigh: convert parms to an arrayJiri Pirko1-15/+18
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+0
2013-12-06tcp: auto corkingEric Dumazet3-13/+60
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet1-15/+21
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2-4/+2
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman1-7/+0
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-34/+28
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang1-8/+0
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functionsHannes Frederic Sowa4-5/+7
2013-11-23tcp_memcg: remove useless var old_limGao feng1-2/+0
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu1-16/+10
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu1-0/+5
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+7
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2013-11-20ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-49/+41
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-11-18ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa1-15/+19
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa3-21/+9
2013-11-18netfilter: synproxy: send mss option to backendMartin Topholm1-0/+1
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa4-40/+36
2013-11-14ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-11-14net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet1-1/+4
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet2-7/+5
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+21
2013-11-08inet: fix a UFO regressionEric Dumazet1-1/+3
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2-1/+21
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa4-5/+10
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng14-67/+56
2013-11-04tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng1-1/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller1-1/+0
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-35/+75
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-25/+47
2013-11-03netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun1-1/+0