| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv4: fix counter in_slow_tot | Duan Jiong | 2014-02-17 | 1 | -2/+2 |
* | ipv4: distinguish EHOSTUNREACH from the ENETUNREACH | Duan Jiong | 2014-02-17 | 1 | -2/+7 |
* | ipv4: ipconfig.c: add parentheses in an if statement | FX Le Bail | 2014-02-14 | 1 | -1/+1 |
* | net: ip, ipv6: handle gso skbs in forwarding path | Florian Westphal | 2014-02-13 | 1 | -2/+69 |
* | tcp: tsq: fix nonagle handling | John Ogness | 2014-02-11 | 1 | -2/+11 |
* | tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 min | Jesper Juhl | 2014-02-10 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2014-02-09 | 4 | -1/+85 |
|\ |
|
| * | netfilter: nf_tables: add reject module for NFPROTO_INET | Patrick McHardy | 2014-02-06 | 1 | -3/+4 |
| * | netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc parts | Patrick McHardy | 2014-02-06 | 3 | -0/+80 |
| * | netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report() | Alexey Dobriyan | 2014-02-05 | 1 | -1/+4 |
* | | tcp: remove 1ms offset in srtt computation | Eric Dumazet | 2014-02-07 | 2 | -9/+11 |
* | | ipv4: Fix runtime WARNING in rtmsg_ifa() | Geert Uytterhoeven | 2014-02-07 | 1 | -1/+2 |
* | | net/ipv4: Use proper RCU APIs for writer-side in udp_offload.c | Shlomo Pongratz | 2014-02-05 | 1 | -7/+8 |
* | | ip_tunnel: fix panic in ip_tunnel_xmit() | Eric Dumazet | 2014-02-03 | 1 | -18/+11 |
* | | net/ipv4: Use non-atomic allocation of udp offloads structure instance | Or Gerlitz | 2014-01-31 | 1 | -1/+1 |
|/ |
|
* | net: gre: use icmp_hdr() to get inner ip header | Duan Jiong | 2014-01-28 | 1 | -1/+1 |
* | net: Fix memory leak if TPROXY used with TCP early demux | Holger Eitzenberger | 2014-01-28 | 1 | -1/+1 |
* | net: ipv4: Use PTR_ERR_OR_ZERO | Sachin Kamat | 2014-01-27 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 56 | -933/+1120 |
|\ |
|
| * | fib_frontend: fix possible NULL pointer dereference | Oliver Hartkopp | 2014-01-25 | 1 | -0/+2 |
| * | ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called | Duan Jiong | 2014-01-23 | 1 | -0/+1 |
| * | net/udp_offload: Handle static checker complaints | Shlomo Pongratz | 2014-01-23 | 1 | -4/+4 |
| * | tcp: metrics: Handle v6/v4-mapped sockets in tcp-metrics | Christoph Paasch | 2014-01-23 | 1 | -24/+40 |
| * | net/ipv4: queue work on power efficient wq | viresh kumar | 2014-01-23 | 1 | -4/+6 |
| * | tcp: metrics: Fix rcu-race when deleting multiple entries | Christoph Paasch | 2014-01-23 | 1 | -9/+5 |
| * | net: Add GRO support for UDP encapsulating protocols | Or Gerlitz | 2014-01-22 | 1 | -0/+143 |
| * | ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts | Hannes Frederic Sowa | 2014-01-22 | 1 | -0/+3 |
| * | tcp: delete redundant calls of tcp_mtup_init() | Peter Pan(潘卫平) | 2014-01-22 | 1 | -1/+0 |
| * | ipv4: remove the useless argument from ip_tunnel_hash() | Duan Jiong | 2014-01-22 | 1 | -5/+4 |
| * | ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams | Hannes Frederic Sowa | 2014-01-20 | 2 | -4/+9 |
| * | ipv4: be friend with drop monitor | Eric Dumazet | 2014-01-19 | 4 | -6/+6 |
| * | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 2014-01-19 | 4 | -10/+8 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-18 | 2 | -21/+38 |
| |\ |
|
| * | | ipv4: fix a dst leak in tunnels | Eric Dumazet | 2014-01-18 | 1 | -20/+14 |
| * | | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT | Florent Fourcot | 2014-01-18 | 1 | -0/+1 |
| * | | net/ipv4: don't use module_init in non-modular gre_offload | Paul Gortmaker | 2014-01-17 | 1 | -8/+2 |
| * | | tcp: do not export tcp_gso_segment() and tcp_gro_receive() | Eric Dumazet | 2014-01-15 | 1 | -2/+0 |
| * | | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 2014-01-15 | 4 | -6/+6 |
| * | | ipv4: register igmp_notifier even when !CONFIG_PROC_FS | WANG Cong | 2014-01-15 | 2 | -4/+8 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-14 | 1 | -1/+4 |
| |\ \ |
|
| * | | | gre_offload: simplify GRE header length calculation in gre_gso_segment() | Neal Cardwell | 2014-01-13 | 1 | -10/+6 |
| * | | | gre_offload: fix sparse non static symbol warning | Wei Yongjun | 2014-01-13 | 1 | -1/+1 |
| * | | | ipv4: introduce hardened ip_no_pmtu_disc mode | Hannes Frederic Sowa | 2014-01-13 | 2 | -4/+25 |
| * | | | ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ... | Hannes Frederic Sowa | 2014-01-13 | 4 | -8/+17 |
| * | | | tcp: metrics: Allow selective get/del of tcp-metrics based on src IP | Christoph Paasch | 2014-01-10 | 1 | -10/+38 |
| * | | | tcp: metrics: Delete all entries matching a certain destination | Christoph Paasch | 2014-01-10 | 1 | -6/+11 |
| * | | | tcp: metrics: New netlink attribute for src IP and dumped in netlink reply | Christoph Paasch | 2014-01-10 | 1 | -0/+6 |
| * | | | tcp: metrics: Add source-address to tcp-metrics | Christoph Paasch | 2014-01-10 | 1 | -9/+25 |
| * | | | tcp: metrics: rename tcpm_addr to tcpm_daddr | Christoph Paasch | 2014-01-10 | 1 | -36/+36 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2014-01-10 | 4 | -60/+64 |
| |\ \ \ |
|