Age | Commit message (Expand) | Author | Files | Lines |
2012-12-26 | ipv4/ip_gre: set transport header correctly to gre header | Isaku Yamahata | 1 | -1/+1 |
2012-12-26 | tcp: should drop incoming frames without ACK flag set | Eric Dumazet | 1 | -4/+10 |
2012-12-24 | arp: fix a regression in arp_solicit() | Cong Wang | 1 | -3/+3 |
2012-12-21 | ipv4: arp: fix a lockdep splat in arp_solicit() | Eric Dumazet | 1 | -5/+3 |
2012-12-21 | ip_gre: fix possible use after free | Eric Dumazet | 1 | -1/+5 |
2012-12-21 | ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally | Isaku Yamahata | 1 | -1/+4 |
2012-12-14 | inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock | Christoph Paasch | 2 | -4/+18 |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 32 | -257/+815 |
2012-12-10 | net: remove obsolete simple_strto<foo> | Abhijit Pawar | 1 | -2/+7 |
2012-12-10 | ipv4: ip_check_defrag must not modify skb before unsharing | Johannes Berg | 1 | -10/+9 |
2012-12-09 | inet_diag: validate port comparison byte code to prevent unsafe reads | Neal Cardwell | 1 | -7/+24 |
2012-12-09 | inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() | Neal Cardwell | 1 | -11/+17 |
2012-12-09 | inet_diag: validate byte code to prevent oops in inet_diag_bc_run() | Neal Cardwell | 1 | -3/+45 |
2012-12-09 | inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state | Neal Cardwell | 1 | -14/+39 |
2012-12-09 | net: Handle encapsulated offloads before fragmentation or handing to lower dev | Alexander Duyck | 1 | -0/+4 |
2012-12-07 | tcp: bug fix Fast Open client retransmission | Yuchung Cheng | 2 | -6/+15 |
2012-12-07 | ipv4/route/rtnl: get mcast attributes when dst is multicast | Nicolas Dichtel | 1 | -2/+21 |
2012-12-04 | ipmr: advertise new mfc entries via rtnl | Nicolas Dichtel | 1 | -5/+59 |
2012-12-04 | ipmr/ip6mr: allow to get unresolved cache via netlink | Nicolas Dichtel | 1 | -1/+20 |
2012-12-04 | ipmr/ip6mr: report origin of mfc entry into rtnl msg | Nicolas Dichtel | 1 | -1/+4 |
2012-12-04 | ipmr/ip6mr: advertise mfc stats via rtnetlink | Nicolas Dichtel | 1 | -0/+7 |
2012-12-04 | netconf: advertise mc_forwarding status | Nicolas Dichtel | 2 | -2/+20 |
2012-12-03 | netfilter: nf_nat: Handle routing changes in MASQUERADE target | Jozsef Kadlecsik | 1 | -0/+4 |
2012-12-02 | tcp: don't abort splice() after small transfers | Willy Tarreau | 1 | -4/+8 |
2012-12-01 | tcp: fix crashes in do_tcp_sendpages() | Eric Dumazet | 1 | -9/+6 |
2012-12-01 | tcp: change default tcp hash size | Eric Dumazet | 1 | -4/+2 |
2012-11-30 | net: move inet_dport/inet_num in sock_common | Eric Dumazet | 1 | -13/+23 |
2012-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+6 |
2012-11-26 | net: ipmr: limit MRT_TABLE identifiers | Eric Dumazet | 1 | -0/+4 |
2012-11-26 | ipv4: avoid passing NULL to inet_putpeer() in icmpv4_xrlim_allow() | Neal Cardwell | 1 | -1/+2 |
2012-11-25 | ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to bool | Joe Perches | 1 | -3/+3 |
2012-11-25 | ipv4: ipmr: various fixes and cleanups | Eric Dumazet | 1 | -7/+17 |
2012-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -15/+7 |
2012-11-22 | ipv4: do not cache looped multicasts | Julian Anastasov | 1 | -2/+5 |
2012-11-22 | ipv6: adapt connect for repair move | Andrey Vagin | 2 | -12/+6 |
2012-11-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -13/+2 |
2012-11-19 | treewide: fix typo of "suport" in various comments and Kconfig | Masanari Iida | 1 | -1/+1 |
2012-11-18 | net: Make CAP_NET_BIND_SERVICE per user namespace | Eric W. Biederman | 1 | -2/+4 |
2012-11-18 | net: Enable a userns root rtnl calls that are safe for unprivilged users | Eric W. Biederman | 2 | -12/+0 |
2012-11-18 | net: Enable some sysctls that are safe for the userns root | Eric W. Biederman | 1 | -8/+0 |
2012-11-18 | net: Allow userns root to control ipv4 | Eric W. Biederman | 14 | -27/+30 |
2012-11-18 | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 2 | -0/+12 |
2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman | 4 | -0/+19 |
2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -23/+52 |
2012-11-16 | tcp: handle tcp_net_metrics_init() order-5 memory allocation failures | Eric Dumazet | 1 | -3/+9 |
2012-11-16 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 1 | -3/+1 |
2012-11-15 | tcp: fix retransmission in repair mode | Andrew Vagin | 2 | -2/+6 |
2012-11-15 | net: Remove code duplication between offload structures | Vlad Yasevich | 1 | -18/+24 |
2012-11-15 | ipv4: Pull GSO registration out of inet_init() | Vlad Yasevich | 1 | -14/+21 |