aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-1/+2
2011-12-06ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller3-28/+11
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller3-3/+3
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller6-17/+17
2011-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller5-7/+20
2011-12-03ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller1-3/+4
2011-12-03ipv6: Various cleanups in route.cDavid S. Miller1-47/+48
2011-12-03ipv6: Various cleanups in ip6_route.cDavid S. Miller1-59/+56
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross5-7/+20
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+9
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-11-30ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src()Jun Zhao1-2/+2
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller1-1/+0
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet1-1/+4
2011-11-28ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei1-1/+1
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+23
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-22net: remove ipv6_addr_copy()Alexey Dobriyan30-174/+169
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+9
2011-11-18ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-12/+27
2011-11-17ipv6: Use pr_warn() in ip6_fib.cDavid S. Miller1-10/+10
2011-11-17IPV6 Fix a crash when trying to replace non existing routeMatti Vaittinen1-7/+14
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław2-2/+4
2011-11-15IPv6: Removing unnecessary NULL checks.Matti Vaittinen1-4/+3
2011-11-14IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn about missing CREATE flagMatti Vaittinen1-15/+94
2011-11-14IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_F_CREATEMatti Vaittinen1-2/+11
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-11-14ip6_tunnel: copy parms.name after register_netdeviceJosh Boyer1-1/+7
2011-11-14ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet2-14/+9
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet2-2/+5
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-08net: make ipv6 PKTINFO honour freebindMaciej Żenczykowski1-1/+1
2011-11-08net: make ipv6 bind honour freebindMaciej Żenczykowski1-1/+1
2011-11-08net: better pcpu data alignmentEric Dumazet2-2/+2
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