summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl2014-02-091-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-094-1/+85
|\
| * netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-3/+4
| * netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-063-0/+80
| * netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan2014-02-051-1/+4
* | tcp: remove 1ms offset in srtt computationEric Dumazet2014-02-062-9/+11
* | ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-061-1/+2
* | net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz2014-02-041-7/+8
* | ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet2014-02-031-18/+11
* | net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz2014-01-301-1/+1
|/
* net: gre: use icmp_hdr() to get inner ip headerDuan Jiong2014-01-271-1/+1
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-271-1/+1
* net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat2014-01-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2556-933/+1120
|\
| * fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp2014-01-241-0/+2
| * ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong2014-01-231-0/+1
| * net/udp_offload: Handle static checker complaintsShlomo Pongratz2014-01-231-4/+4
| * tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch2014-01-231-24/+40
| * net/ipv4: queue work on power efficient wqviresh kumar2014-01-221-4/+6
| * tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch2014-01-221-9/+5
| * net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-211-0/+143
| * ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-211-0/+3
| * tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)2014-01-211-1/+0
| * ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong2014-01-211-5/+4
| * ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-192-4/+9
| * ipv4: be friend with drop monitorEric Dumazet2014-01-184-6/+6
| * net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-184-10/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-182-21/+38
| |\
| * | ipv4: fix a dst leak in tunnelsEric Dumazet2014-01-171-20/+14
| * | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-171-0/+1
| * | net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker2014-01-161-8/+2
| * | tcp: do not export tcp_gso_segment() and tcp_gro_receive()Eric Dumazet2014-01-141-2/+0
| * | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-144-6/+6
| * | ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2014-01-142-4/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+4
| |\ \
| * | | gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell2014-01-131-10/+6
| * | | gre_offload: fix sparse non static symbol warningWei Yongjun2014-01-131-1/+1
| * | | ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-132-4/+25
| * | | ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-134-8/+17
| * | | tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch2014-01-101-10/+38
| * | | tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch2014-01-101-6/+11
| * | | tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch2014-01-101-0/+6
| * | | tcp: metrics: Add source-address to tcp-metricsChristoph Paasch2014-01-101-9/+25
| * | | tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch2014-01-101-36/+36
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-094-60/+64
| |\ \ \
| | * | | netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso2014-01-091-1/+7
| | * | | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-094-4/+4
| | * | | netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-094-10/+10
| | * | | netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-094-4/+4
| | * | | netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-092-0/+2
OpenPOWER on IntegriCloud