summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-06Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches
2014-11-06ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert
2014-11-04ipv6: trivial, add bracket for the if blockFlorent Fourcot
2014-11-04net: allow setting ecn via routing tableFlorian Westphal
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal
2014-10-30ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov
2014-10-30ipv6: remove assignment in if conditionFabian Frederick
2014-10-30ipv6: remove inline on static in c fileFabian Frederick
2014-10-30ipv6: spelling s/incomming/incomingFabian Frederick
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick
2014-10-27ipv6: replace min/casting by min_tFabian Frederick
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet