summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-27tls: rx: wrap recv_pkt accesses in helpersJakub Kicinski2-5/+11
2022-07-27xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong1-0/+1
2022-07-26net: devlink: introduce nested devlink entity for line cardJiri Pirko1-0/+42
2022-07-26net: devlink: move net check into devlinks_xa_for_each_registered_get()Jiri Pirko1-96/+39
2022-07-26net: devlink: make sure that devlink_try_get() works with valid pointer durin...Jiri Pirko1-91/+80
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-13/+48
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi1-3/+3
2022-07-26Bluetooth: mgmt: Fix double free on error pathDan Carpenter1-1/+0
2022-07-26wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa1-2/+1
2022-07-26netfilter: nft_queue: only allow supported familes and hooksFlorian Westphal1-0/+27
2022-07-26netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal1-0/+6
2022-07-26netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal1-1/+6
2022-07-26flow_offload: Introduce flow_match_pppoeWojciech Drewek1-0/+7
2022-07-26net/sched: flower: Add PPPoE filterWojciech Drewek1-0/+64
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek1-7/+46
2022-07-26bridge: Do not send empty IFLA_AF_SPEC attributeBenjamin Poirier1-2/+6
2022-07-26bpf: Fix bpf_xdp_pointer return pointerJoanne Koong1-1/+1
2022-07-26bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon1-0/+1
2022-07-26sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou1-1/+1
2022-07-26net: delete extra space and tab in blank lineWilliam Dean2-2/+2
2022-07-26net: dsa: fix reference counting for LAG FDBsVladimir Oltean1-0/+1
2022-07-26Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski43-2752/+5229
2022-07-25SUNRPC create a function that probes only offline transportsOlga Kornievskaia1-0/+65
2022-07-25SUNRPC export xprt_iter_rewind functionOlga Kornievskaia1-1/+0
2022-07-25SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia1-21/+31
2022-07-25SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia3-7/+22
2022-07-25SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia1-0/+14
2022-07-25SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2-12/+98
2022-07-25SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia1-0/+46
2022-07-25SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia2-23/+37
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-31/+15
2022-07-25ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima1-2/+5
2022-07-25tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima2-4/+4
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima1-1/+1
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima1-1/+1
2022-07-25tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima1-1/+2
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima6-16/+17
2022-07-25tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima1-2/+2
2022-07-25net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo1-6/+8
2022-07-25Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe67-388/+445
2022-07-25net: fix compat pointer in get_compat_msghdr()Jens Axboe1-1/+1
2022-07-25net: copy from user before calling __get_compat_msghdrDylan Yudaken1-22/+17
2022-07-25net: copy from user before calling __copy_msghdrDylan Yudaken1-21/+16
2022-07-25mac80211: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-4/+2
2022-07-24net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy1-1/+6
2022-07-23SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker1-66/+0
2022-07-23SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker1-0/+23
2022-07-23SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker1-0/+30
2022-07-23SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker1-0/+59
2022-07-23SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever1-2/+4