summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Expand the svc_alloc_arg_err tracepointChuck Lever2022-07-291-1/+1
* net/tls: Check for errors in tls_device_initTariq Toukan2022-07-142-3/+8
* ip: fix dflt addr selection for connected nexthopNicolas Dichtel2022-07-141-1/+1
* seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer2022-07-141-1/+0
* seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviorsAndrea Mayer2022-07-141-2/+0
* seg6: fix skb checksum evaluation in SRH encapsulation/insertionAndrea Mayer2022-07-141-1/+4
* Merge tag 'wireless-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-07-137-29/+26
|\
| * wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau2022-07-111-2/+2
| * wifi: cfg80211: Allow P2P client interface to indicate port authorizationVinayak Yadawad2022-06-291-1/+2
| * wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau2022-06-292-0/+5
| * wifi: mac80211: check skb_shared in ieee80211_8023_xmit()Ryder Lee2022-06-291-23/+13
| * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-292-3/+4
* | nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-133-4/+5
* | ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2022-07-131-2/+2
* | tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2022-07-132-1/+3
* | tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-134-3/+5
* | icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-131-1/+1
* | icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-131-1/+2
* | icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2022-07-132-1/+3
* | icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2022-07-132-1/+3
* | icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima2022-07-132-1/+3
* | icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-132-2/+2
* | icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima2022-07-132-1/+3
* | tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima2022-07-131-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-07-115-25/+81
|\ \
| * | netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso2022-07-091-21/+51
| * | netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso2022-07-091-4/+4
| * | netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal2022-07-073-0/+26
* | | mptcp: fix subflow traversal at disconnect timePaolo Abeni2022-07-111-2/+2
* | | vlan: fix memory leak in vlan_newlink()Eric Dumazet2022-07-091-3/+7
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-081-2/+6
|\ \ \
| * | | xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh2022-07-061-2/+6
* | | | ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima2022-07-081-1/+1
* | | | icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-2/+3
* | | | cipso: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-5/+7
* | | | inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-4/+8
* | | | tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima2022-07-081-1/+2
* | | | Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-0714-57/+155
|\ \ \ \
| * | | | net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou2022-07-061-2/+2
| * | | | Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman2022-07-061-4/+4
| |/ / /
| * | | mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang2022-07-061-0/+2
| * | | mptcp: fix local endpoint accountingPaolo Abeni2022-07-061-1/+2
| * | | mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor2022-07-063-6/+62
| * | | mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau2022-07-063-3/+12
| * | | mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau2022-07-062-6/+5
| * | | mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni2022-07-061-13/+6
| * | | net/sched: act_police: allow 'continue' action offloadVlad Buslov2022-07-061-1/+1
| * | | Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2022-07-052-1/+3
| * | | can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp2022-07-041-4/+14
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-07-032-16/+41
| |\ \