summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-27lib: bitmap: Introduce node-aware alloc APITariq Toukan1-0/+2
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski3-1/+6
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)1-2/+10
2021-10-26net: phylink: add MAC phy_interface_t bitmapRussell King1-0/+1
2021-10-26net: phy: add phy_interface_t bitmap supportRussell King (Oracle)1-0/+34
2021-10-26mctp: Implement extended addressingJeremy Kerr3-4/+21
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet2-3/+2
2021-10-26net: annotate data-race in neigh_output()Eric Dumazet1-3/+8
2021-10-26Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller4-14/+31
2021-10-26ipv4: guard IP_MINTTL with a static keyEric Dumazet1-0/+2
2021-10-26ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet1-0/+1
2021-10-26net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet1-3/+7
2021-10-26net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet1-4/+2
2021-10-26net: avoid dirtying sk->sk_napi_idEric Dumazet1-1/+2
2021-10-26ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2-1/+2
2021-10-26tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2-2/+4
2021-10-25net/mlx5: Let user configure max_macs paramShay Drory1-1/+1
2021-10-25net/mlx5: Let user configure event_eq_size paramShay Drory1-1/+0
2021-10-25net/mlx5: Let user configure io_eq_size paramShay Drory1-4/+0
2021-10-25net/mlx5: Add periodic update of host time to firmwareAya Levin2-0/+14
2021-10-25net/mlx5: Extend health buffer dumpAya Levin2-8/+16
2021-10-25net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang1-0/+2
2021-10-25net: phy: add genphy_c45_fast_retrainLuo Jie1-0/+1
2021-10-25net: phy: add constants for fast retrain related registerLuo Jie1-0/+9
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean1-0/+1
2021-10-25net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean1-0/+3
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller2-4/+0
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...David S. Miller3-26/+128
2021-10-24can: dev: add can_tdc_get_relative_tdco() helper functionVincent Mailhol1-0/+29
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol1-0/+1
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol1-2/+27
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol1-2/+7
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol1-11/+17
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol3-17/+53
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean1-0/+1
2021-10-24net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean1-0/+3
2021-10-24net: phy: bcm7xxx: Add EPHY entry for 7712Florian Fainelli1-0/+1
2021-10-24net: mdio: Add helper functions for accessing MDIO devicesSean Anderson1-0/+24
2021-10-23devlink: Delete obsolete parameters publish APILeon Romanovsky1-3/+0
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski5-2/+270
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller15-66/+48
2021-10-22Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2021-10-22Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-9/+12
2021-10-21cfg80211: fix kernel-doc for MBSSID EMAJohannes Berg2-3/+3
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju1-0/+2
2021-10-21nl80211: vendor-cmd: intel: add more details for IWL_MVM_VENDOR_CMD_HOST_GET_...Emmanuel Grumbach1-0/+29
2021-10-21cfg80211: separate get channel number from iesWen Gong1-0/+11
2021-10-21cfg80211: prepare for const netdev->dev_addrJakub Kicinski1-1/+1
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean1-2/+3
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean1-4/+3