aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet1-1/+2
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan5-5/+5
2016-11-18udp: enable busy polling for all socketsEric Dumazet1-0/+2
2016-11-16ipv6: sr: add option to control lwtunnel supportDavid Lebrun3-3/+23
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni1-1/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-11/+20
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-97/+72
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall1-10/+10
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-2/+4
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern1-2/+6
2016-11-09ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2-4/+85
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun3-6/+7
2016-11-09ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2-0/+31
2016-11-09ipv6: sr: implement API to control SR HMAC structureDavid Lebrun1-0/+229
2016-11-09ipv6: sr: add core files for SR HMAC supportDavid Lebrun4-0/+515
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun4-1/+467
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun3-2/+223
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2-0/+185
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann1-1/+2
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-54/+24
2016-11-09net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski1-0/+1
2016-11-07net: icmp6_send should use dst dev to determine L3 domainDavid Ahern1-1/+1
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-2/+1
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti17-14/+45
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti1-0/+7
2016-11-03ipv6: on reassembly, record frag_max_sizeWillem de Bruijn1-1/+6
2016-11-03ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn2-0/+13
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso5-14/+16
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso5-18/+20
2016-11-02ila: Fix crash caused by rhashtable changesTom Herbert1-3/+13
2016-11-02ip6_udp_tunnel: remove unused IPCB related codesEli Cooper1-3/+0
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+443
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso3-0/+159
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal3-0/+284
2016-10-31net: pim: add all RFC7761 message typesNikolay Aleksandrov1-1/+1
2016-10-31ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long1-0/+3
2016-10-31ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki1-1/+1
2016-10-31netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang1-2/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-99/+124
2016-10-29ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper1-0/+1
2016-10-29inet: Fix missing return value in inet6_hashCraig Gallek1-2/+4
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-2/+4
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-20/+48
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-10/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+2