summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-01-08net-gre-gro: Add GRE support to the GRO stackJerry Chu3-5/+172
2014-01-08ipv4: loopback device: ignore value changes after device is uppedJiri Pirko1-0/+2
2014-01-07gre_offload: statically build GRE offloading supportEric Dumazet3-13/+7
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-25/+51
2014-01-07tcp: out_of_order_queue do not use its lockEric Dumazet2-2/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller4-258/+24
2014-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+0
2014-01-05net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2-5/+6
2014-01-04ipv4: Use percpu Cache route in IP tunnelsTom Herbert1-12/+32
2014-01-04ipv4: Cache dst in tunnelsTom Herbert1-24/+89
2014-01-04netfilter: nf_conntrack: remove dead codestephen hemminger1-6/+0
2014-01-03ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao3-23/+31
2014-01-02ipv4: switch and case should be at the same indentWeilong Chen1-15/+15
2014-01-02ipv4: spaces required around that '='Weilong Chen1-4/+4
2014-01-02ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine1-5/+10
2014-01-01netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso1-0/+14
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond3-128/+0
2013-12-30netfilter: REJECT: separate reusable codeEric Leblond1-130/+10
2013-12-30lro: remove dead codestephen hemminger1-173/+0
2013-12-30tcp: make local functions staticstephen hemminger2-2/+2
2013-12-29ipv4: ping make local stuff staticStephen Hemminger1-3/+7
2013-12-29ipv4: remove unused functionStephen Hemminger1-7/+0
2013-12-29arp: make arp_invalidate staticStephen Hemminger1-2/+1
2013-12-29ipv4: make fib_detect_death staticStephen Hemminger2-4/+3
2013-12-26ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen1-8/+8
2013-12-26ipv4: ERROR: code indent should use tabs where possibleWeilong Chen3-8/+5
2013-12-26ipv4: ERROR: do not initialise globals to 0 or NULLWeilong Chen1-2/+2
2013-12-26ipv4: fix all space errors in file igmp.cWeilong Chen1-35/+35
2013-12-26ipv4: fix checkpatch error with foo * barWeilong Chen1-1/+1
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen4-11/+11
2013-12-26ipv4: do clean up with spacesWeilong Chen2-8/+8
2013-12-23ipv4: consistent reporting of pmtu data in case of corkingHannes Frederic Sowa1-2/+3
2013-12-23netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger1-5/+5
2013-12-21tcp: autocork should not hold first packet in write queueEric Dumazet1-4/+10
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-5/+5
2013-12-19net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2013-12-19ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+1
2013-12-19ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa1-1/+3
2013-12-19inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa4-13/+10
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-20/+28
2013-12-18net: Add utility functions to clear rxhashTom Herbert2-4/+3
2013-12-18tcp: refine TSO splitsEric Dumazet1-39/+54
2013-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+2
2013-12-17udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet1-9/+4
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-12netfilter: nft_reject: fix endianness in dump functionEric Leblond1-1/+1
2013-12-12udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet1-6/+16
2013-12-12udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet1-3/+6
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2-6/+7