aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsGravatar Vladimir Oltean 1-0/+1
2021-10-25net: mscc: ocelot: serialize access to the MAC tableGravatar Vladimir Oltean 1-0/+3
2021-10-25Revert "Merge branch 'dsa-rtnl'"Gravatar David S. Miller 2-4/+0
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...Gravatar David S. Miller 3-26/+128
2021-10-24can: dev: add can_tdc_get_relative_tdco() helper functionGravatar Vincent Mailhol 1-0/+29
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceGravatar Vincent Mailhol 1-0/+1
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Gravatar Vincent Mailhol 1-2/+27
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privGravatar Vincent Mailhol 1-2/+7
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsGravatar Vincent Mailhol 1-11/+17
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minGravatar Vincent Mailhol 3-17/+53
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsGravatar Vladimir Oltean 1-0/+1
2021-10-24net: mscc: ocelot: serialize access to the MAC tableGravatar Vladimir Oltean 1-0/+3
2021-10-24net: phy: bcm7xxx: Add EPHY entry for 7712Gravatar Florian Fainelli 1-0/+1
2021-10-24net: mdio: Add helper functions for accessing MDIO devicesGravatar Sean Anderson 1-0/+24
2021-10-22devlink: Delete obsolete parameters publish APIGravatar Leon Romanovsky 1-3/+0
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Gravatar Jakub Kicinski 5-2/+270
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 15-66/+48
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+2
2021-10-21Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-9/+12
2021-10-21cfg80211: fix kernel-doc for MBSSID EMAGravatar Johannes Berg 2-3/+3
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandGravatar Srinivasan Raju 1-0/+2
2021-10-21nl80211: vendor-cmd: intel: add more details for IWL_MVM_VENDOR_CMD_HOST_GET_...Gravatar Emmanuel Grumbach 1-0/+29
2021-10-21cfg80211: separate get channel number from iesGravatar Wen Gong 1-0/+11
2021-10-21cfg80211: prepare for const netdev->dev_addrGravatar Jakub Kicinski 1-1/+1
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentGravatar Vladimir Oltean 1-2/+3
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreGravatar Vladimir Oltean 1-4/+3
2021-10-21net: dsa: introduce helpers for iterating through ports using dpGravatar Vladimir Oltean 1-0/+28
2021-10-21net: mscc: ocelot: track the port pvid using a pointerGravatar Vladimir Oltean 1-6/+1
2021-10-21net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedGravatar Vladimir Oltean 1-2/+1
2021-10-21net: mscc: ocelot: convert the VLAN masks to a listGravatar Vladimir Oltean 1-2/+7
2021-10-21net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGGravatar Vladimir Oltean 1-0/+11
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficGravatar Toke Høiland-Jørgensen 3-10/+14
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveGravatar Maor Dickman 1-1/+0
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-40/+9
2021-10-19net: sched: remove one pair of atomic operationsGravatar Eric Dumazet 1-4/+8
2021-10-19net: sched: fix logic error in qdisc_run_begin()Gravatar Eric Dumazet 1-1/+1
2021-10-19ethernet: add a helper for assigning port addressesGravatar Jakub Kicinski 1-0/+21
2021-10-19net: sch_tbf: Add a graft commandGravatar Petr Machata 1-0/+2
2021-10-18mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()Gravatar Sean Christopherson 1-1/+1
2021-10-18elfcore: correct reference to CONFIG_UMLGravatar Lukas Bulwahn 1-1/+1
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderGravatar Huang Ying 1-0/+4
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefGravatar Dave Hansen 1-1/+4
2021-10-18net/mlx5: Introduce new uplink destination typeGravatar Maor Gottlieb 1-0/+1
2021-10-18net/mlx5: Add support to create match definerGravatar Maor Gottlieb 2-27/+253
2021-10-18net/mlx5: Introduce port selection namespaceGravatar Maor Gottlieb 3-2/+39
2021-10-18tracing: Have all levels of checks prevent recursionGravatar Steven Rostedt (VMware) 1-40/+9
2021-10-18ucounts: Fix signal ucount refcountingGravatar Eric W. Biederman 1-0/+2
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 10-70/+175
2021-10-18net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tagGravatar Alvin Šipraga 1-0/+2
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesGravatar Alvin Šipraga 1-0/+6