Age | Commit message (Expand) | Author |
2013-02-05 | tcp: remove Appropriate Byte Count support | Stephen Hemminger |
2013-02-05 | ipv4: Disallow non-namespace aware protocols to register. | David S. Miller |
2013-02-05 | l2tp: Make ipv4 protocol handler namespace aware. | David S. Miller |
2013-02-05 | l2tp: create tunnel sockets in the right namespace | Tom Parkin |
2013-02-05 | l2tp: prevent tunnel creation on netns mismatch | Tom Parkin |
2013-02-05 | l2tp: set netnsok flag for netlink messages | Tom Parkin |
2013-02-05 | l2tp: put tunnel socket release on a workqueue | Tom Parkin |
2013-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-02-04 | ipcomp: Mark as netns_ok. | David S. Miller |
2013-02-04 | mcast: do not check 'rv' twice in a row | Jean Sacren |
2013-02-04 | net: remove redundant check for timer pending state before del_timer | Ying Xue |
2013-02-04 | sctp: sctp_close: fix release of bindings for deferred call_rcu's | Daniel Borkmann |
2013-02-04 | netns: bridge: allow unprivileged users add/delete mdb entry | Gao feng |
2013-02-04 | netns: ebtable: allow unprivileged users to operate ebtables | Gao feng |
2013-02-04 | netns: fdb: allow unprivileged users to add/del fdb entries | Gao feng |
2013-02-04 | tcp: ipv6: Update MIB counters for drops | Vijay Subramanian |
2013-02-04 | tcp: Update MIB counters for drops | Vijay Subramanian |
2013-02-03 | packet: fix leakage of tx_ring memory | Phil Sutter |
2013-02-03 | net: Fix inner_network_header assignment in skb-copy. | Pravin B Shelar |
2013-02-03 | tcp: frto should not set snd_cwnd to 0 | Eric Dumazet |
2013-02-03 | tcp: fix an infinite loop in tcp_slow_start() | Eric Dumazet |
2013-02-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-01-31 | wanrouter: delete now orphaned header content, files/drivers | Paul Gortmaker |
2013-01-31 | wanrouter: completely decouple obsolete code from kernel. | Paul Gortmaker |
2013-01-31 | tcp: detect SYN/data drop when F-RTO is disabled | Yuchung Cheng |
2013-01-31 | l2tp: correctly handle ancillary data in the ip6 recv path | Tom Parkin |
2013-01-31 | ipv6: export ip6_datagram_recv_ctl | Tom Parkin |
2013-01-31 | ipv6: rename datagram_send_ctl and datagram_recv_ctl | Tom Parkin |
2013-01-30 | ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-30 | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-30 | ipv6 flowlabel: Convert hash list to RCU. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-30 | ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-30 | ipv6: do not create neighbor entries for local delivery | Marcelo Ricardo Leitner |
2013-01-29 | net: disallow drivers with buggy VLAN accel to register_netdevice() | Michał Mirosław |
2013-01-29 | netfilter ipset: Use ipv6_addr_equal() where appropriate. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-29 | netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-29 | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-29 | xfrm: Use ipv6_addr_equal() where appropriate. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-29 | ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source(). | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-29 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller |
2013-01-29 | tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request() | Nivedita Singhvi |
2013-01-29 | ipv6 addrconf: Fix interface identifiers of 802.15.4 devices. | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-29 | pktgen: correctly handle failures when adding a device | Cong Wang |
2013-01-29 | netem: fix delay calculation in rate extension | Johannes Naab |
2013-01-29 | l2tp: prevent l2tp_tunnel_delete racing with userspace close | Tom Parkin |
2013-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-01-29 | ipv6: add anti-spoofing checks for 6to4 and 6rd | Hannes Frederic Sowa |
2013-01-29 | ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabled | Eric W. Biederman |
2013-01-29 | pktgen: support net namespace | Cong Wang |
2013-01-29 | ip_gre: When TOS is inherited, use configured TOS value for non-IP packets | David Ward |