summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-2413-33/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-222-0/+5
|\
| * ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong2014-11-191-0/+4
| * ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-161-4/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-161-0/+1
| |\
| | * netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1
* | | icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2014-11-181-2/+10
* | | neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-2/+2
* | | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-119-53/+45Star
* | | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-112-0/+2
* | | tcp: move sk_mark_napi_id() at the right placeEric Dumazet2014-11-111-1/+2
* | | udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2014-11-072-3/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-074-30/+11Star
|\| |
| * | gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-031-2/+3
| * | sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-031-9/+6Star
| * | vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-031-10/+1Star
| * | ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-031-9/+1Star
| |/
* | Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-11-062-3/+1Star
|\ \
| * | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-062-3/+1Star
* | | net: esp: Convert NETDEBUG to pr_infoJoe Perches2014-11-061-5/+5
* | | net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2014-11-061-6/+4Star
* | | ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert2014-11-061-1/+40
* | | ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert2014-11-063-11/+24
|/ /
* | fou: Fix typo in returning flags in netlinkTom Herbert2014-11-061-1/+1
* | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-061-4/+5
* | net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-062-7/+2Star
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-053-6/+6
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-052-0/+2
* | ipv6: trivial, add bracket for the if blockFlorent Fourcot2014-11-041-2/+2
* | net: allow setting ecn via routing tableFlorian Westphal2014-11-041-1/+1
* | syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-041-3/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-013-66/+144
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-311-66/+109
| |\
| | * netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-311-66/+109
| * | drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-10-311-0/+34
| * | ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel2014-10-291-0/+1
* | | syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-301-2/+5
* | | ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov2014-10-301-7/+25
* | | ipv6: remove assignment in if conditionFabian Frederick2014-10-301-1/+2
* | | ipv6: remove inline on static in c fileFabian Frederick2014-10-301-6/+6
* | | ipv6: spelling s/incomming/incomingFabian Frederick2014-10-301-1/+1
* | | net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline2014-10-291-2/+44
* | | ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick2014-10-271-1/+1
* | | ipv6: replace min/casting by min_tFabian Frederick2014-10-271-2/+2
* | | ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau2014-10-241-14/+16
* | | ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau2014-10-241-3/+3
* | | ipv6: Remove BACKTRACK macroMartin KaFai Lau2014-10-241-30/+40
* | | net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2014-10-242-2/+0Star
|/ /
* | net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2014-10-221-2/+2
* | xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing2014-10-221-3/+8
|/