aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-26net: devlink: introduce nested devlink entity for line cardJiri Pirko
2022-07-26net: devlink: move net check into devlinks_xa_for_each_registered_get()Jiri Pirko
2022-07-26net: devlink: make sure that devlink_try_get() works with valid pointer durin...Jiri Pirko
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi
2022-07-26Bluetooth: mgmt: Fix double free on error pathDan Carpenter
2022-07-26wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa
2022-07-26netfilter: nft_queue: only allow supported familes and hooksFlorian Westphal
2022-07-26netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal
2022-07-26netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal
2022-07-26flow_offload: Introduce flow_match_pppoeWojciech Drewek
2022-07-26net/sched: flower: Add PPPoE filterWojciech Drewek
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek
2022-07-26bridge: Do not send empty IFLA_AF_SPEC attributeBenjamin Poirier
2022-07-26bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-07-26bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon
2022-07-25sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou
2022-07-25net: delete extra space and tab in blank lineWilliam Dean
2022-07-25net: dsa: fix reference counting for LAG FDBsVladimir Oltean
2022-07-25Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-25ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima
2022-07-25tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-07-25tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima
2022-07-25net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo
2022-07-24net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy
2022-07-22Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-07-22Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22Revert "tcp: change pingpong threshold to 3"Wei Wang
2022-07-22Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-22net: fix uninitialised msghdr->sg_from_iterPavel Begunkov
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncBrian Gix
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix
2022-07-22Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz
2022-07-22wifi: mac80211: fix link data leakJohannes Berg
2022-07-22wifi: mac80211: mlme: fix disassoc with MLOJohannes Berg
2022-07-22wifi: mac80211: remove erroneous sband/link validationJohannes Berg
2022-07-22wifi: mac80211: mlme: transmit assoc frame with address translationJohannes Berg
2022-07-22wifi: mac80211: verify link addresses are differentJohannes Berg
2022-07-22wifi: mac80211: rx: track link in RX dataJohannes Berg