summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-01-16net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker
2014-01-14tcp: do not export tcp_gso_segment() and tcp_gro_receive()Eric Dumazet
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-13inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell
2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa
2014-01-10tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch
2014-01-10tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch
2014-01-10tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch
2014-01-10tcp: metrics: Add source-address to tcp-metricsChristoph Paasch
2014-01-10tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu
2014-01-07ipv4: loopback device: ignore value changes after device is uppedJiri Pirko
2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert
2014-01-03ipv4: Cache dst in tunnelsTom Herbert
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao
2014-01-02ipv4: switch and case should be at the same indentWeilong Chen
2014-01-02ipv4: spaces required around that '='Weilong Chen
2014-01-02ipv4: arp: update neighbour address when a gratuitous arp is received and arp...Salam Noureddine
2014-01-01netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond
2013-12-30netfilter: REJECT: separate reusable codeEric Leblond
2013-12-29lro: remove dead codestephen hemminger
2013-12-29tcp: make local functions staticstephen hemminger
2013-12-28ipv4: ping make local stuff staticStephen Hemminger
2013-12-28ipv4: remove unused functionStephen Hemminger
2013-12-28arp: make arp_invalidate staticStephen Hemminger
2013-12-28ipv4: make fib_detect_death staticStephen Hemminger
2013-12-26ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen