summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz2022-07-153-0/+116
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-153-108/+156
* wifi: cfg80211: add API to add/modify/remove a link stationShaul Triebitz2022-07-153-8/+305
* wifi: mac80211: add an ieee80211_get_link_sbandShaul Triebitz2022-07-151-0/+22
* wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski2022-07-154-38/+0
* wifi: cfg80211: Allow MLO TX with link source addressAndrei Otcheretianski2022-07-151-1/+13
* wifi: mac80211: Consider MLO links in offchannel logicAndrei Otcheretianski2022-07-151-2/+16
* wifi: mac80211: rx: accept link-addressed framesJohannes Berg2022-07-152-8/+63
* wifi: mac80211: consistently use sdata_dereference()Johannes Berg2022-07-152-14/+7
* wifi: mac80211: fix mesh airtime link metric estimatingAditya Kumar Singh2022-07-151-1/+6
* wifi: mac80211: make 4addr null frames using min_rate for WDSLian Chen2022-07-151-0/+1
* wifi: cfg80211: use strscpy to replace strlcpyXueBing Chen2022-07-151-6/+6
* wifi: mac80211: exclude multicast packets from AQL pending airtimeFelix Fietkau2022-07-151-1/+1
* net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko2022-07-141-2/+1
* net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko2022-07-141-4/+4
* net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko2022-07-141-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-1436-103/+192
|\
| * 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