summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-101-2/+0
|\
| * xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-091-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-091-0/+4
|\ \
| * | netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2020-12-081-0/+4
* | | bonding: fix feature flag setting at init timeJarod Wilson2020-12-081-2/+0
|/ /
* / inet_ecn: Fix endianness of checksum update when setting ECT(1)Toke Høiland-Jørgensen2020-12-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-11-281-0/+7
|\
| * netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso2020-11-271-0/+3
| * netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-11-271-0/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-281-0/+1
|\ \
| * | xsk: Fix umem cleanup bug at socket destructMagnus Karlsson2020-11-201-0/+1
* | | net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-0/+6
| |/ |/|
* | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-2/+3
* | bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-11-211-0/+8
|/
* ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-192-2/+30
* net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-1/+15
* ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2020-11-161-0/+2
* ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei2020-11-131-3/+4
* net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-061-1/+1
|\
| * xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-291-1/+1
* | mac80211: fix kernel-doc markupsMauro Carvalho Chehab2020-10-302-7/+9
|/
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-231-0/+6
|\
| * netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2020-10-201-0/+6
* | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-161-0/+1
|\ \ | |/ |/|
| * nl80211: docs: add a description for s1g_cap parameterMauro Carvalho Chehab2020-10-151-0/+1
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1544-454/+1040
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-153-5/+5
| |\
| | * net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_infoLeon Romanovsky2020-10-151-1/+4
| | * netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-141-0/+1
| | * net/tls: remove a duplicate function prototypeRandy Dunlap2020-10-091-4/+0
| * | netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso2020-10-141-1/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-121-33/+0
| |\ \
| | * | bpf: tcp: Do not limit cb_flags when creating child sk from listen skMartin KaFai Lau2020-10-021-33/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2020-10-123-0/+85
| |\ \ \
| | * | | netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso2020-10-123-0/+85
| * | | | can: remove obsolete version stringsOliver Hartkopp2020-10-121-1/+0
| |/ / /
| * | | Merge tag 'mac80211-next-for-net-next-2020-10-08' of git://git.kernel.org/pub...Jakub Kicinski2020-10-101-0/+3
| |\ \ \
| | * | | mac80211: copy configured beacon tx rate to driverRajkumar Manoharan2020-10-081-0/+3
| * | | | netlink: export policy in extended ACKJohannes Berg2020-10-091-0/+4
| * | | | devlink: Add enable_remote_dev_reset generic parameterMoshe Shemesh2020-10-091-0/+4
| * | | | devlink: Add remote reload statsMoshe Shemesh2020-10-091-0/+4
| * | | | devlink: Add reload statsMoshe Shemesh2020-10-091-0/+8
| * | | | devlink: Add devlink reload limit optionMoshe Shemesh2020-10-091-2/+6
| * | | | devlink: Add reload action option to devlink reload commandMoshe Shemesh2020-10-091-3/+4
| * | | | net/sched: get rid of qdisc->paddedEric Dumazet2020-10-092-5/+5
| |/ / /
| * | | netlink: add mask validationJakub Kicinski2020-10-061-0/+10
| * | | netlink: create helpers for checking type is an intJakub Kicinski2020-10-061-8/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-054-12/+13
| |\ \ \ | | | |/ | | |/|
| * | | net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-1/+2