summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-12Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban1-1/+10
2024-06-12Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-0/+2
2024-06-12ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-2/+1
2024-06-12net: remove duplicate reuseport_lookup functionsLorenz Bauer2-6/+20
2024-06-12net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2-0/+12
2024-06-12wifi: mac80211: don't use rate mask for scanningJohannes Berg1-0/+3
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+3
2024-05-02macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu1-0/+1
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-0/+3
2024-05-02net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet1-18/+20
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-2/+3
2024-04-27net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean1-0/+8
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso1-1/+11
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima1-1/+1
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-0/+9
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-0/+4
2024-04-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-0/+33
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold1-0/+9
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+8
2024-04-03mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin1-0/+1
2024-03-27Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-3/+3
2024-03-27Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-0/+4
2024-03-27Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz1-0/+1
2024-03-27Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz1-1/+1
2024-03-27Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz1-1/+1
2024-03-27Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz1-0/+2
2024-03-27Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler1-1/+0
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+5
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal1-0/+8
2024-03-06net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr1-0/+1
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso1-1/+1
2024-03-01netfilter: flowtable: simplify route logicPablo Neira Ayuso1-2/+2
2024-03-01net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-0/+3
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni1-1/+1
2024-02-23tls: fix race between async notify and socket closeJakub Kicinski1-5/+0
2024-02-05af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet1-6/+14
2024-02-05netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVPablo Neira Ayuso1-0/+2
2024-02-05ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel1-1/+1
2024-02-01udp: fix busy pollingEric Dumazet2-6/+17
2024-02-01llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima1-4/+2
2024-02-01tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao1-0/+8
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-1/+0
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-1/+1
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2024-01-10net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-13/+17
2024-01-10net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-0/+10
2024-01-10netfilter: flowtable: GC pushes back packets to classic pathPablo Neira Ayuso1-0/+1
2024-01-10net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey1-1/+1
2024-01-10netfilter: flowtable: cache info of last offloadVlad Buslov1-3/+4
2024-01-10netfilter: flowtable: allow unidirectional rulesVlad Buslov1-0/+1