summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-281-1/+1
* flow_offload: action should not be NULL when it is referencedgushengxian2021-06-281-5/+7
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-06-282-8/+20
* net: macsec: fix the length used to copy the key for offloadingAntoine Tenart2021-06-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-231-2/+7
|\
| * xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson2021-06-181-2/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-231-1/+1
|\ \
| * | xfrm: Remove the repeated declarationShaokun Zhang2021-06-011-1/+0
| * | xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-0/+1
* | | net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin2021-06-211-0/+12
| |/ |/|
* | net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-1/+6
* | net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-121-0/+7
* | inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-101-3/+7
* | net: annotate data race in sock_error()Eric Dumazet2021-06-101-1/+6
* | Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-091-2/+7
|\ \
| * | mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-05-311-1/+6
| * | mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking commentsBrian Norris2021-05-311-1/+1
* | | net: caif: add proper error handlingPavel Skripkin2021-06-032-2/+2
* | | net: caif: added cfserl_release functionPavel Skripkin2021-06-031-0/+1
* | | net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-011-0/+9
* | | net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy2021-06-011-1/+0
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-05-271-6/+0
|\ \
| * | netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2021-05-241-6/+0
* | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-267-11/+52
|\ \ \
| * | | net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-251-0/+11
| |/ /
| * | NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-171-0/+1
| * | net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-141-6/+1
| * | net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-05-141-1/+34
| * | netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-141-1/+0
| * | net: really orphan skbs tied to closing skPaolo Abeni2021-05-121-1/+3
| * | mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-05-111-2/+2
* | | mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)2021-05-141-1/+11
|/ /
* | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-1/+0
|\ \
| * | sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-301-1/+0
* | | net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer2021-04-301-1/+1
|/ /
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2950-385/+683
|\ \
| * | net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-281-0/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-271-0/+5
| |\ \
| | * | netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-271-0/+5
| * | | net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-14/+0
| * | | net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-2/+2
| * | | net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-1/+1
| * | | net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-271-1/+0
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-267-31/+12
| |\ \
| | * | netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso2021-04-261-0/+8
| | * | netfilter: remove all xt_table anchors from struct netFlorian Westphal2021-04-262-19/+0
| | * | netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal2021-04-261-8/+0
| | * | netfilter: disable defrag once its no longer neededFlorian Westphal2021-04-262-2/+4
| | * | netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal2021-04-261-2/+0
| * | | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-251-1/+4
| |\ \ \