summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2-24/+53
2021-10-23devlink: Clean not-executed param notificationsLeon Romanovsky1-4/+11
2021-10-23devlink: Remove not-executed trap group notificationsLeon Romanovsky1-7/+5
2021-10-23devlink: Remove not-executed trap policer notificationsLeon Romanovsky1-7/+5
2021-10-23devlink: Delete obsolete parameters publish APILeon Romanovsky1-49/+8
2021-10-23gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski27-609/+1140
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-99/+122
2021-10-21mac80211: Prevent AP probing during suspendLoic Poulain3-0/+14
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju5-1/+7
2021-10-21mac80211: split beacon retrieval functionsAloka Dixit1-85/+118
2021-10-21cfg80211: separate get channel number from iesWen Gong1-15/+26
2021-10-21mac80211: use ieee80211_bss_get_elem() in most placesJohannes Berg1-21/+22
2021-10-21cfg80211: scan: use element finding functions in easy casesJohannes Berg1-9/+9
2021-10-21nl80211: use element finding functionsJohannes Berg1-22/+22
2021-10-21mac80211: fils: use cfg80211_find_ext_elem()Johannes Berg1-10/+12
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg3-24/+25
2021-10-21mac80211: use eth_hw_addr_set()Jakub Kicinski1-5/+3
2021-10-21mac80211: debugfs: calculate free buffer size correctlyMordechay Goodstein1-44/+47
2021-10-21net/core: Remove unused assignment operations and variableluo penghao1-2/+1
2021-10-21net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior1-6/+37
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean3-19/+19
2021-10-21net: dsa: tag_sja1105: do not open-code dsa_switch_for_each_portVladimir Oltean1-4/+1
2021-10-21net: dsa: convert cross-chip notifiers to iterate using dpVladimir Oltean2-102/+112
2021-10-21net: dsa: remove gratuitous use of dsa_is_{user,dsa,cpu}_portVladimir Oltean1-2/+2
2021-10-21net: dsa: do not open-code dsa_switch_for_each_portVladimir Oltean1-30/+14
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean5-52/+42
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-51/+19
2021-10-21fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2-5/+11
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg1-12/+10
2021-10-20batman-adv: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski2-8/+9
2021-10-20mac802154: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski5-13/+14
2021-10-20net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET1-2/+7
2021-10-19devlink: Remove extra device_lock assert checksLeon Romanovsky1-2/+0
2021-10-19net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior1-1/+1
2021-10-19net: sch_tbf: Add a graft commandPetr Machata1-0/+16
2021-10-19can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde1-0/+3
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller28-279/+200
2021-10-18net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagAlvin Šipraga3-0/+185
2021-10-18net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/MakefileAlvin Šipraga2-8/+8
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga1-0/+34
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey1-1/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish18-100/+80
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish24-105/+114
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish5-21/+26
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish15-10/+35
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior1-37/+2
2021-10-18mq, mqprio: Use gnet_stats_add_queue().Sebastian Andrzej Siewior2-57/+18