summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | mac80211: fix regression in sta connection monitorFelix Fietkau2020-09-282-5/+15
| * | nl80211: include frequency offset in survey infoThomas Pedersen2020-09-281-0/+5
| * | mac80211: support S1G associationThomas Pedersen2020-09-285-13/+128
| * | mac80211: receive and process S1G beaconsThomas Pedersen2020-09-285-65/+159
| * | mac80211: avoid rate init for S1G bandThomas Pedersen2020-09-281-0/+6
| * | mac80211: handle S1G low ratesThomas Pedersen2020-09-281-7/+26
| * | mac80211: don't calculate duration for S1GThomas Pedersen2020-09-281-0/+4
| * | mac80211: encode listen interval for S1GThomas Pedersen2020-09-283-4/+28
| * | cfg80211: handle Association Response from S1G STAThomas Pedersen2020-09-281-3/+11
| * | mac80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-284-5/+40
| * | cfg80211: parse S1G Operation element for BSS channelThomas Pedersen2020-09-281-7/+16
| * | cfg80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-281-9/+48
| * | mac80211: support S1G STA capabilitiesThomas Pedersen2020-09-283-0/+54
| * | nl80211: support S1G capability overrides in assocThomas Pedersen2020-09-281-0/+20
| * | mac80211: s1g: choose scanning width based on frequencyThomas Pedersen2020-09-281-0/+17
| * | mac80211: get correct default channel width for S1GThomas Pedersen2020-09-281-1/+8
| * | wireless: radiotap: fix some kernel-docJohannes Berg2020-09-281-0/+1
| * | mac80211: fix some missing kernel-docJohannes Berg2020-09-281-0/+2
| * | nl80211/cfg80211: support 6 GHz scanningTova Mussai2020-09-285-16/+518
| * | mac80211: Inform AP when returning operating channelLoic Poulain2020-09-282-30/+9
* | | net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli2020-10-021-8/+3
* | | net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli2020-10-021-2/+1
* | | net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli2020-10-021-13/+2
* | | net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()Florian Fainelli2020-10-021-0/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-10-026-36/+835
|\ \ \
| * | | xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov2020-09-242-3/+40
| * | | xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov2020-09-243-19/+315
| * | | netlink/compat: Append NLMSG_DONE/extack to frag_listDmitry Safonov2020-09-241-14/+33
| * | | xfrm/compat: Attach xfrm dumps to 64=>32 bit translatorDmitry Safonov2020-09-241-0/+38
| * | | xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov2020-09-242-1/+310
| * | | xfrm: Provide API to register translator moduleDmitry Safonov2020-09-244-0/+100
* | | | netlink: fix policy dump leakJohannes Berg2020-10-022-15/+18
* | | | net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin2020-10-011-2/+2
* | | | pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin2020-10-011-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-10-019-117/+472
|\ \ \ \
| * | | | bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2020-09-301-15/+261
| * | | | bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann2020-09-304-15/+20
| * | | | bpf: Add classid helper only based on skb->skDaniel Borkmann2020-09-301-0/+21
| * | | | bpf: fix raw_tp test run in preempt kernelSong Liu2020-09-301-12/+9
| * | | | xsk: Fix a documentation mistake in xsk_queue.hCiara Loftus2020-09-291-1/+1
| * | | | bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer2020-09-281-0/+3
| * | | | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+91
| * | | | xsk: Fix possible crash in socket_release when out-of-memoryMagnus Karlsson2020-09-281-0/+1
| * | | | bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
| * | | | bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-4/+4
| * | | | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-252-44/+8
| * | | | bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau2020-09-251-16/+14
| * | | | bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-251-20/+49
* | | | | drop_monitor: Filter control packets in drop monitorIdo Schimmel2020-09-302-7/+7
* | | | | drop_monitor: Remove duplicate structIdo Schimmel2020-09-301-17/+10