summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-07-19sctp: validate from_addr_param returnMarcelo Ricardo Leitner
2021-07-19flow_offload: action should not be NULL when it is referencedgushengxian
2021-07-14net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko
2021-07-14Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz
2021-07-14net: macsec: fix the length used to copy the key for offloadingAntoine Tenart
2021-07-14net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin
2021-07-14xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson
2021-07-14net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet
2021-06-30net: annotate data race in sock_error()Eric Dumazet
2021-06-23mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef
2021-06-23net: make get_net_ns return error if NET_NS is disabledChangbin Du
2021-06-10net: caif: add proper error handlingPavel Skripkin
2021-06-10net: caif: added cfserl_release functionPavel Skripkin
2021-06-10net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy
2021-06-10net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy
2021-06-03net: zero-initialize tc skb extension on allocationVlad Buslov
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-06-03net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni
2021-06-03netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan
2021-06-03mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef
2021-05-28NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu
2021-05-19mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)
2021-05-14net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing
2021-05-14netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso
2021-05-14netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso
2021-05-14Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka
2021-04-08ipv6: report errors for iftoken via netlink extackStephen Hemminger
2021-04-08net: sched: fix err handler in tcf_action_init()Vlad Buslov
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov
2021-03-31Revert "net: correct sk_acceptq_is_full()"Eric Dumazet
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-03-25sch_red: fix off-by-one checks in red_check_params()Eric Dumazet
2021-03-24xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert
2021-03-22net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish
2021-03-22net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish
2021-03-19sch_red: Fix a typoBhaskar Chowdhury
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-18netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-15tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin
2021-03-12net: correct sk_acceptq_is_full()liuyacan
2021-03-10net: sched: validate stab valuesEric Dumazet
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld