summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* dn_route: replace "jiffies-now>0" with "jiffies!=now"Yu Zhe2022-07-291-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-291-1/+2
|\
| * bpf: Fix bpf_xdp_pointer return pointerJoanne Koong2022-07-261-1/+1
| * bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon2022-07-261-0/+1
* | seg6: add support for SRv6 H.L2Encaps.Red behaviorAndrea Mayer2022-07-291-1/+11
* | seg6: add support for SRv6 H.Encaps.Red behaviorAndrea Mayer2022-07-291-1/+127
* | net/af_packet: check len when min_header_len equals to 0Zhengchao Shao2022-07-291-2/+2
* | devlink: Hold the instance lock in health callbacksMoshe Shemesh2022-07-281-16/+14
* | net: devlink: remove region snapshots list dependency on devlink->lockJiri Pirko2022-07-281-12/+29
* | net: devlink: remove region snapshot ID tracking dependency on devlink->lockJiri Pirko2022-07-281-31/+33
* | devlink: introduce framework for selftestsVikas Gupta2022-07-281-0/+216
* | net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-32/+31
* | net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-281-8/+18
* | tls: rx: Fix unsigned comparison with less than zeroYang Li2022-07-281-1/+2
* | tls: rx: fix the false positive warningJakub Kicinski2022-07-281-1/+1
* | tls: strp: rename and multithread the workqueueJakub Kicinski2022-07-281-1/+1
* | tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski2022-07-281-18/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2827-121/+203
|\ \
| * | net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-07-281-0/+6
| * | sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-07-272-19/+5
| * | tcp: md5: fix IPv4-mapped supportEric Dumazet2022-07-271-3/+12
| * | mptcp: Do not return EINPROGRESS when subflow creation succeedsMat Martineau2022-07-261-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-07-263-1/+39
| |\ \
| | * | netfilter: nft_queue: only allow supported familes and hooksFlorian Westphal2022-07-261-0/+27
| | * | netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal2022-07-261-0/+6
| | * | netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal2022-07-261-1/+6
| * | | Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-07-263-17/+51
| |\ \ \
| | * | | Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-07-261-13/+48
| | * | | Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi2022-07-261-3/+3
| | * | | Bluetooth: mgmt: Fix double free on error pathDan Carpenter2022-07-261-1/+0
| | |/ /
| * / / wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()Tetsuo Handa2022-07-261-2/+1
| |/ /
| * | bridge: Do not send empty IFLA_AF_SPEC attributeBenjamin Poirier2022-07-261-2/+6
| * | sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-07-251-1/+1
| * | net: dsa: fix reference counting for LAG FDBsVladimir Oltean2022-07-251-0/+1
| * | ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima2022-07-251-2/+5
| * | tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima2022-07-252-4/+4
| * | tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-07-251-1/+1
| * | tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima2022-07-251-1/+1
| * | tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-07-251-1/+2
| * | net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-256-16/+17
| * | tcp: Fix data-races around sk_pacing_rate.Kuniyuki Iwashima2022-07-251-2/+2
| * | net: mld: fix reference count leak in mld_{query | report}_work()Taehee Yoo2022-07-251-6/+8
| * | net/tls: Remove the context from the list in tls_device_downMaxim Mikityanskiy2022-07-241-1/+6
| * | Revert "tcp: change pingpong threshold to 3"Wei Wang2022-07-221-9/+6
| * | caif: Fix bitmap data type in "struct caifsock"Christophe JAILLET2022-07-221-13/+7
| * | tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-07-221-1/+2
| * | tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima2022-07-221-1/+1
| * | tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-07-221-1/+1
| * | tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.Kuniyuki Iwashima2022-07-221-1/+1
| * | tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima2022-07-221-1/+1