summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-07-31sctp: move 198 addresses from unusable to private scopeXin Long
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet
2021-07-28bonding: Add struct bond_ipesc to manage SATaehee Yoo
2021-07-25tcp: consistently disable header prediction for mptcpPaolo Abeni
2021-07-25net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo
2021-07-25net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
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-14sch_red: fix off-by-one checks in red_check_params()Eric Dumazet
2021-04-14xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert
2021-04-14net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish
2021-04-14xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo
2021-04-14net: sched: fix err handler in tcf_action_init()Vlad Buslov
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-04-14net: sched: fix action overwrite reference countingVlad Buslov
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-30net: Consolidate common blackhole dst opsDaniel Borkmann
2021-03-30netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso
2021-03-30tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin
2021-03-30net: sched: validate stab valuesEric Dumazet
2021-03-30ipv6: fix suspecious RCU usage warningWei Wang
2021-03-07Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede
2021-03-04net_sched: fix RTNL deadlock again caused by request_module()Cong Wang