summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | netfilter: nat: fix udp checksum corruptionFlorian Westphal2019-05-211-1/+1
| | | * | | ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-05-211-1/+1
| | | * | | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-213-37/+8
| | | * | | netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani2019-05-211-0/+1
| | | * | | netfilter: nf_tables: fix oops during rule dumpFlorian Westphal2019-05-201-9/+11
| | * | | | hsr: fix don't prune the master node from the node_dbAndreas Oetken2019-05-231-0/+8
| | * | | | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-221-11/+11
| | * | | | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-221-17/+30
| | * | | | ipv6: Fix redirect with VRFDavid Ahern2019-05-221-0/+6
| | * | | | net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski2019-05-221-1/+2
| | * | | | net/tls: fix state removal with feature flags offJakub Kicinski2019-05-221-6/+0
| | * | | | net/tls: avoid NULL-deref on resync during device removalJakub Kicinski2019-05-221-5/+10
| | * | | | Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy2019-05-221-22/+35
| * | | | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-2468-730/+68
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-2430-480/+30
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 103Thomas Gleixner2019-05-241-16/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 93Thomas Gleixner2019-05-241-17/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77Thomas Gleixner2019-05-245-20/+5
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72Thomas Gleixner2019-05-241-4/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Thomas Gleixner2019-05-241-6/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-243-42/+3
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53Thomas Gleixner2019-05-241-3/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-2416-96/+16
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-249-46/+9
* | | | | | netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso2019-05-311-1/+1
| |_|_|_|/ |/| | | |
* | | | | net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant2019-05-301-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-291-6/+63
* | | | | net: dsa: Move the phylink driver calls into port.cIoana Ciornei2019-05-293-95/+118
* | | | | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-291-13/+18
* | | | | net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant2019-05-293-0/+414
* | | | | nexthop: Add support for nexthop groupsDavid Ahern2019-05-281-23/+481
* | | | | nexthop: Add support for lwt encapsDavid Ahern2019-05-281-1/+36
* | | | | nexthop: Add support for IPv6 gatewaysDavid Ahern2019-05-281-0/+56