summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-01-15tcp: do not export tcp_gso_segment() and tcp_gro_receive()Eric Dumazet1-2/+0
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane4-6/+6
2014-01-15ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2-4/+8
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-01-14inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell1-1/+4
2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell1-10/+6
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2-4/+25
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa4-8/+17
2014-01-11tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch1-10/+38
2014-01-11tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch1-6/+11
2014-01-11tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch1-0/+6
2014-01-11tcp: metrics: Add source-address to tcp-metricsChristoph Paasch1-9/+25
2014-01-11tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch1-36/+36
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller4-60/+64
2014-01-10netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso1-1/+7
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy4-4/+4
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy4-10/+10
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy4-4/+4
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2-0/+2
2014-01-08netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy1-1/+2
2014-01-08netfilter: nf_tables: add support for multi family tablesPatrick McHardy2-0/+2
2014-01-08netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2-44/+37
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