Age | Commit message (Expand) | Author |
2011-12-22 | net: introduce DST_NOPEER dst flag | Eric Dumazet |
2011-12-13 | ipv6: Check dest prefix length on original route not copied one in rt6_alloc_... | David S. Miller |
2011-12-12 | ipip, sit: copy parms.name after register_netdevice | Ted Feng |
2011-12-12 | ipv6: Fix for adding multicast route for loopback device automatically. | Li Wei |
2011-12-01 | Revert "udp: remove redundant variable" | David S. Miller |
2011-11-28 | ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given. | Li Wei |
2011-11-26 | net: Move mtu handling down to the protocol depended handlers | Steffen Klassert |
2011-11-26 | net: Rename the dst_opt default_mtu method to mtu | Steffen Klassert |
2011-11-26 | route: Use the device mtu as the default for blackhole routes | Steffen Klassert |
2011-11-23 | ipv6: tcp: fix tcp_v6_conn_request() | Eric Dumazet |
2011-11-23 | netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED. | David S. Miller |
2011-11-23 | ipv6: tcp: fix panic in SYN processing | Eric Dumazet |
2011-11-23 | ipv6: fix a bug in ndisc_send_redirect | Li Wei |
2011-11-14 | ip6_tunnel: copy parms.name after register_netdevice | Josh Boyer |
2011-11-12 | ah: Don't return NET_XMIT_DROP on input. | Nick Bowler |
2011-11-09 | ah: Read nexthdr value before overwriting it in ahash input callback. | Nick Bowler |
2011-11-09 | ah: Correctly pass error codes in ahash output callback. | Nick Bowler |
2011-11-08 | ipv6: drop packets when source address is multicast | Brian Haley |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-11-01 | net: make the tcp and udp file_operations for the /proc stuff const | Arjan van de Ven |
2011-11-01 | netfilter: ipv6: fix afinfo->route refcnt leak on error | Florian Westphal |
2011-11-01 | netfilter: Remove unnecessary OOM logging messages | Joe Perches |
2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker |
2011-10-30 | ipv6: fix route lookup in addrconf_prefix_rcv() | Andreas Hofmeister |
2011-10-28 | ipv6: fix route error binding peer in func icmp6_dst_alloc | Gao feng |
2011-10-28 | ipv6: fix error propagation in ip6_ufo_append_data() | Zheng Yan |
2011-10-27 | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT | Eric Dumazet |
2011-10-24 | ipv6: Do not use routes from locally generated RAs | Andreas Hofmeister |
2011-10-24 | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-10-24 | tcp: md5: add more const attributes | Eric Dumazet |
2011-10-21 | tcp: add const qualifiers where possible | Eric Dumazet |
2011-10-20 | net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENT | Maciej Żenczykowski |
2011-10-19 | cleanup: remove unnecessary include. | Kevin Wilson |
2011-10-19 | net: add skb frag size accessors | Eric Dumazet |
2011-10-18 | xfrm6: Don't call icmpv6_send on local error | Steffen Klassert |
2011-10-18 | ipv6: Fix IPsec slowpath fragmentation problem | Steffen Klassert |
2011-10-18 | ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtu | Steffen Klassert |
2011-10-17 | ipv6: remove a rcu_read_lock in ndisc_constructor | Roy.Li |
2011-10-13 | net: more accurate skb truesize | Eric Dumazet |
2011-10-10 | gro: refetch inet6_protos[] after pulling ext headers | Yan, Zheng |
2011-10-07 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-10-04 | tcp: properly handle md5sig_pool references | Yan, Zheng |
2011-09-29 | ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socket | Yan, Zheng |
2011-09-27 | ipv6-multicast: Fix memory leak in IPv6 multicast. | Ben Greear |
2011-09-27 | ipv6: check return value for dst_alloc | Madalin Bucur |
2011-09-27 | ipv6-multicast: Fix memory leak in input path. | Ben Greear |
2011-09-27 | tcp: unalias tcp_skb_cb flags and ip_dsfield | Eric Dumazet |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-09-20 | ipv6: fix a possible double free | Roy Li |
2011-09-20 | ip6_tunnel: add optional fwmark inherit | Eric Dumazet |