summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant2019-05-311-4/+0
* net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei2019-05-301-23/+66
* sctp: deduplicate identical skb_checksum_opsMatteo Croce2019-05-301-6/+1
* net: avoid indirect calls in L4 checksum calculationMatteo Croce2019-05-301-4/+11
* netfilter: nf_conntrack_bridge: register inet conntrack for bridgePablo Neira Ayuso2019-05-301-16/+42
* netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso2019-05-302-2/+180
* netfilter: bridge: add connection tracking systemPablo Neira Ayuso2019-05-306-4/+400
* netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso2019-05-301-3/+58
* net: ipv4: place control buffer handling away from fragmentation iteratorsPablo Neira Ayuso2019-05-301-18/+37
* net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-76/+107
* net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-88/+112
* net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-55/+77
* net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-33/+55
* tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_keyJason Baron2019-05-301-24/+71
* tcp: add support to TCP_FASTOPEN_KEY for optional backup keyJason Baron2019-05-301-10/+20
* tcp: add backup TFO key infrastructureJason Baron2019-05-304-55/+123
* tcp: introduce __tcp_fastopen_cookie_gen_cipher()Christoph Paasch2019-05-301-36/+37
* inet: frags: Remove unnecessary smp_store_release/READ_ONCEHerbert Xu2019-05-301-6/+10
* net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei2019-05-301-6/+63
* net: dsa: Move the phylink driver calls into port.cIoana Ciornei2019-05-303-95/+118
* net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-301-13/+18
* net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant2019-05-303-0/+414
* nexthop: Add support for nexthop groupsDavid Ahern2019-05-291-23/+481
* nexthop: Add support for lwt encapsDavid Ahern2019-05-291-1/+36
* nexthop: Add support for IPv6 gatewaysDavid Ahern2019-05-291-0/+56
* nexthop: Add support for IPv4 nexthopsDavid Ahern2019-05-291-0/+208
* net: Initial nexthop codeDavid Ahern2019-05-292-1/+723
* inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet2019-05-291-2/+18
* inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-292-2/+2
* inet: frags: uninline fqdir_init()Eric Dumazet2019-05-291-0/+19
* ipv4: remove redundant assignment to nColin Ian King2019-05-271-1/+0
* inet: frags: rework rhashtable dismantleEric Dumazet2019-05-261-12/+37
* net: dynamically allocate fqdir structuresEric Dumazet2019-05-267-56/+60
* net: add a net pointer to struct fqdirEric Dumazet2019-05-264-23/+13
* net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-264-8/+4
* ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet2019-05-261-11/+6
* netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet2019-05-261-12/+7
* ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet2019-05-261-10/+5
* ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet2019-05-261-12/+6
* net: rename struct fqdir fieldsEric Dumazet2019-05-266-88/+88
* net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-265-10/+10
* inet: rename netns_frags to fqdirEric Dumazet2019-05-265-42/+42
* flow_offload: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-251-2/+1
* ipv6: Refactor ip6_route_del for cached routesDavid Ahern2019-05-241-15/+21
* ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-244-81/+85
* ipv6: Move exception bucket to fib6_nhDavid Ahern2019-05-242-68/+123
* ipv6: Refactor exception functionsDavid Ahern2019-05-241-48/+86
* ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern2019-05-241-10/+25
* ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-243-33/+36
* devlink: add warning in case driver does not set port typeJiri Pirko2019-05-231-0/+38