aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet1-1/+1
2011-12-13ipv6: Check dest prefix length on original route not copied one in rt6_alloc_cow().David S. Miller1-1/+1
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei1-1/+2
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-11-28ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei1-1/+1
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert1-1/+1
2011-11-23ipv6: tcp: fix tcp_v6_conn_request()Eric Dumazet1-6/+7
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller1-1/+0
2011-11-23ipv6: tcp: fix panic in SYN processingEric Dumazet1-1/+1
2011-11-23ipv6: fix a bug in ndisc_send_redirectLi Wei1-1/+1
2011-11-14ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2011-11-09ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2011-11-09ah: Correctly pass error codes in ahash output callback.Nick Bowler1-2/+0
2011-11-08ipv6: drop packets when source address is multicastBrian Haley1-0/+8
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds15-0/+15
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven3-9/+28
2011-11-01netfilter: ipv6: fix afinfo->route refcnt leak on errorFlorian Westphal1-3/+10
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches1-4/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker15-0/+15
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Andreas Hofmeister1-3/+40
2011-10-28ipv6: fix route error binding peer in func icmp6_dst_allocGao feng1-2/+1
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet3-14/+12
2011-10-24ipv6: Do not use routes from locally generated RAsAndreas Hofmeister1-0/+8
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-10-24tcp: md5: add more const attributesEric Dumazet1-6/+7
2011-10-21tcp: add const qualifiers where possibleEric Dumazet2-16/+17
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+1
2011-10-19cleanup: remove unnecessary include.Kevin Wilson1-4/+0
2011-10-19net: add skb frag size accessorsEric Dumazet3-6/+7
2011-10-18xfrm6: Don't call icmpv6_send on local errorSteffen Klassert1-2/+54
2011-10-18ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2-8/+13
2011-10-18ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtuSteffen Klassert1-4/+0
2011-10-17ipv6: remove a rcu_read_lock in ndisc_constructorRoy.Li1-3/+0
2011-10-13net: more accurate skb truesizeEric Dumazet1-2/+1
2011-10-10gro: refetch inet6_protos[] after pulling ext headersYan, Zheng1-0/+1
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller3-6/+17
2011-10-04tcp: properly handle md5sig_pool referencesYan, Zheng1-3/+5
2011-09-29ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng1-0/+3
2011-09-27ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear1-1/+3
2011-09-27ipv6: check return value for dst_allocMadalin Bucur1-1/+3
2011-09-27ipv6-multicast: Fix memory leak in input path.Ben Greear1-1/+3
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet1-1/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller10-60/+45
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet1-7/+16