aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang1-0/+42
2021-10-25net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2-24/+53
2021-10-25net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean1-2/+2
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller3-53/+26
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-1/+1
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner1-1/+1
2021-10-24net: atm: use address setting helpersJakub Kicinski2-4/+5
2021-10-24net: caif: get ready for const netdev->dev_addrJakub Kicinski1-1/+1
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski2-4/+4
2021-10-24net: rtnetlink: use __dev_addr_set()Jakub Kicinski1-2/+2
2021-10-24net: core: constify mac addrs in selftestsJakub Kicinski1-4/+4
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+3
2021-10-24net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2-24/+53
2021-10-22devlink: Clean not-executed param notificationsLeon Romanovsky1-4/+11
2021-10-22devlink: Remove not-executed trap group notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Remove not-executed trap policer notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Delete obsolete parameters publish APILeon Romanovsky1-49/+8
2021-10-22gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONEStephen Suryaputra1-0/+3
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub 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-20fq_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-19net: 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