summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-1412-97/+72
|\
| * netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-131-10/+10
| * udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann2016-11-101-1/+2
| * netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-54/+24
| * netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-035-14/+16
| * netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-035-18/+20
* | ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2016-11-102-4/+85
* | ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-103-6/+7
* | ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2016-11-102-0/+31
* | ipv6: sr: implement API to control SR HMAC structureDavid Lebrun2016-11-101-0/+229
* | ipv6: sr: add core files for SR HMAC supportDavid Lebrun2016-11-104-0/+515
* | ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-104-1/+467
* | ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun2016-11-103-2/+223
* | ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2016-11-102-0/+185
* | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-2/+1
* | net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-071-1/+1
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-0417-14/+45
* | net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-041-0/+7
* | ipv6: on reassembly, record frag_max_sizeWillem de Bruijn2016-11-031-1/+6
* | ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-032-0/+13
|/
* ila: Fix crash caused by rhashtable changesTom Herbert2016-11-021-3/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-024-0/+443
|\
| * netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-013-0/+159
| * netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-013-0/+284
* | net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3011-99/+124
|\ \
| * | ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper2016-10-291-0/+1
| * | inet: Fix missing return value in inet6_hashCraig Gallek2016-10-291-2/+4
| * | net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-2/+4
| * | net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-20/+48
| * | udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-1/+2
| * | ipv6: do not increment mac header when it's unsetJason A. Donenfeld2016-10-231-1/+2
| * | ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-212-6/+14
| * | udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-202-2/+2
| * | net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
| * | ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac2016-10-201-5/+4
| * | net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-171-3/+4
| * | IPv6: fix DESYNC_FACTORJiri Bohac2016-10-141-8/+31
| * | IPv6: Drop the temporary address regen_timerJiri Bohac2016-10-141-52/+9
| * | ipv6: correctly add local routes when lo goes upNicolas Dichtel2016-10-141-1/+1
| * | ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko2016-10-141-0/+2
* | | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* | | genetlink: statically initialize familiesJohannes Berg2016-10-271-10/+14
* | | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
| |/ |/|
* | net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov2016-10-241-2/+5
* | lwt: Remove unused len fieldThomas Graf2016-10-231-3/+1
* | udp: use it's own memory accounting schemaPaolo Abeni2016-10-221-26/+8
* | ipv4/6: use core net MTU range checkingJarod Wilson2016-10-203-32/+7
* | ila: Fix tailroom allocation of lwtstateThomas Graf2016-10-201-1/+1
* | ila: Don't use dest cache when gateway is setTom Herbert2016-10-171-0/+8