summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: dsa: tag_ocelot: use traffic class to map priority on injected headerXiaoliang Yang2021-12-231-1/+5
| * | inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-207-17/+22
| * | phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont2021-12-201-0/+2
| * | mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-201-0/+3
| * | ax25: NPD bug when detaching AX25 deviceLin Ma2021-12-181-1/+3
| * | Revert "tipc: use consistent GFP flags"Hoang Le2021-12-171-4/+4
| * | net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-172-1/+8
| * | net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-173-2/+5
| * | net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-175-15/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-12-174-6/+9
| |\ \
| | * | netfilter: ctnetlink: remove expired entries firstFlorian Westphal2021-12-161-2/+3
| | * | netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki2021-12-162-2/+4
| | * | netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()Eric Dumazet2021-12-151-2/+2
* | | | flow_offload: fix suspicious RCU usage when offloading tc actionBaowen Zheng2021-12-231-2/+9
* | | | sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2021-12-233-26/+17
* | | | devlink: Add new "event_eq_size" generic device paramShay Drory2021-12-211-0/+5
* | | | devlink: Add new "io_eq_size" generic device paramShay Drory2021-12-211-0/+5
* | | | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-2124-168/+677
|\ \ \ \
| * | | | cfg80211: Enable regulatory enforcement checks for drivers supporting mesh ifaceSriram R2021-12-202-0/+3
| * | | | rfkill: allow to get the software rfkill stateEmmanuel Grumbach2021-12-201-0/+12
| * | | | cfg80211: refactor cfg80211_get_ies_channel_number()Johannes Berg2021-12-201-24/+22
| * | | | nl80211: Add support to set AP settings flags with single attributeVeerendranath Jakkam2021-12-201-2/+6
| * | | | mac80211: add more HT/VHT/HE state loggingJohannes Berg2021-12-201-12/+33
| * | | | cfg80211: Use the HE operation IE to determine a 6GHz BSS channelAyala Beker2021-12-201-7/+49
| * | | | cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-208-78/+80
| * | | | mac80211: Notify cfg80211 about association comebackIlan Peer2021-12-201-0/+4
| * | | | cfg80211: Add support for notifying association comebackIlan Peer2021-12-202-0/+55
| * | | | mac80211: introduce channel switch disconnect functionNathan Errera2021-12-201-1/+13
| * | | | cfg80211: simplify cfg80211_chandef_valid()Johannes Berg2021-12-201-30/+32
| * | | | mac80211: Remove a couple of obsolete TODOIlan Peer2021-12-202-12/+5
| * | | | mac80211: fix FEC flag in radio tap headerP Praneesh2021-12-201-1/+6
| * | | | mac80211: use coarse boottime for airtime fairness codeFelix Fietkau2021-12-201-5/+5
| * | | | ieee80211: change HE nominal packet padding value definesMiri Korenblit2021-11-281-4/+5
| * | | | cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg2021-11-284-34/+33
| * | | | mac80211: notify non-transmitting BSS of color changesJohn Crispin2021-11-261-0/+18
| * | | | mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer2021-11-261-2/+0
| * | | | cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi2021-11-263-27/+71
| * | | | cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi2021-11-262-10/+17
| * | | | cfg80211: delete redundant free codeliuguoqiang2021-11-261-9/+5
| * | | | mac80211: add support for .ndo_fill_forward_pathFelix Fietkau2021-11-264-1/+89
| * | | | mac80211: Remove unused assignment statementsluo penghao2021-11-261-4/+0
| * | | | cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_rada...Lorenzo Bianconi2021-11-261-1/+4
| * | | | cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi2021-11-193-23/+46
| * | | | mac80211: introduce set_radar_offchan callbackLorenzo Bianconi2021-11-191-0/+13
| * | | | cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi2021-11-196-6/+176
* | | | | net/sched: use min() macro instead of doing it manuallyYang Li2021-12-211-3/+3
* | | | | mctp: emit RTM_NEWADDR and RTM_DELADDRMatt Johnston2021-12-201-5/+48
* | | | | flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-195-19/+47
* | | | | flow_offload: add reoffload process to update hw_countBaowen Zheng2021-12-192-17/+239
* | | | | net: sched: save full flags for tc actionBaowen Zheng2021-12-191-3/+5