summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-26mptcp: Do not return EINPROGRESS when subflow creation succeedsMat Martineau
2022-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-07-26Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski
2022-07-26tls: rx: device: add input CoW helperJakub Kicinski
2022-07-26tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski
2022-07-26tls: rx: device: keep the zero copy status with offloadJakub Kicinski
2022-07-26tls: rx: don't free the output in case of zero-copyJakub Kicinski
2022-07-26tls: rx: factor SW handling out of tls_rx_one_record()Jakub Kicinski
2022-07-26tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski
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-24Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken
2022-07-24mac80211: tracing: Use the new __vstring() helperSteven Rostedt (Google)
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