summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: phylink: Add helpers for c22 registers without MDIOSean Anderson2021-11-222-47/+64
* net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-2224-29/+37
* net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-2213-16/+18
* Merge branch 'ethtool-copybreak'David S. Miller2021-11-22106-235/+772
|\
| * net: hns3: remove the way to set tx spare buf via module parameterHao Chen2021-11-221-6/+1
| * net: hns3: add support to set/get rx buf len via ethtool for hns3 driverHao Chen2021-11-221-8/+44
| * ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-2299-212/+617
| * ethtool: add support to set/get rx buf len via ethtoolHao Chen2021-11-225-7/+47
| * net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen2021-11-223-2/+60
| * ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2021-11-223-0/+3
|/
* Merge branch 'mptcp-more-socket-options'David S. Miller2021-11-207-6/+245
|\
| * selftests: mptcp: add tproxy test caseFlorian Westphal2021-11-203-3/+136
| * mptcp: sockopt: add SOL_IP freebind & transparent optionsFlorian Westphal2021-11-202-2/+67
| * mptcp: Support for IP_TOS for MPTCP setsockopt()Poorva Sonparote2021-11-201-0/+40
| * ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote2021-11-202-1/+2
|/
* Merge branch 'dev_addr-const'David S. Miller2021-11-208-41/+320
|\
| * net: kunit: add a test for dev_addr_listsJakub Kicinski2021-11-203-0/+243
| * dev_addr_list: put the first addr on the treeJakub Kicinski2021-11-201-28/+34
| * dev_addr: add a modification checkJakub Kicinski2021-11-203-0/+25
| * net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski2021-11-201-2/+0
| * net: constify netdev->dev_addrJakub Kicinski2021-11-202-9/+15
| * bnx2x: constify static inline stub for dev_addrJakub Kicinski2021-11-201-1/+1
| * 82596: use eth_hw_addr_set()Jakub Kicinski2021-11-201-1/+2
|/
* net: phy: add support for TI DP83561-SP phyHari Nagalla2021-11-201-20/+22
* ethernet: renesas: Use div64_ul instead of do_divYang Li2021-11-201-4/+2
* ipv6: ip6_skb_dst_mtu() cleanupsEric Dumazet2021-11-201-9/+9
* net/bridge: replace simple_strtoul to kstrtolBernard Zhao2021-11-191-4/+3
* nfp: flower: correction of error handlingYu Xiao2021-11-191-20/+0
* ethtool: stats: Use struct_group() to clear all stats at onceKees Cook2021-11-191-8/+7
* net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook2021-11-192-5/+7
* ipv6: Use memset_after() to zero rt6_infoKees Cook2021-11-191-3/+1
* net: 802: Use memset_startat() to clear struct fieldsKees Cook2021-11-191-1/+1
* net: dccp: Use memset_startat() for TP zeroingKees Cook2021-11-191-3/+1
* sky2: use PCI VPD API in eeprom ethtool opsHeiner Kallweit2021-11-191-72/+12
* net: ipa: Use 'for_each_clear_bit' when possibleChristophe JAILLET2021-11-191-3/+1
* bnx2x: Use struct_group() for memcpy() regionKees Cook2021-11-192-7/+14
* cxgb4: Use struct_group() for memcpy() regionKees Cook2021-11-193-12/+13
* cxgb3: Use struct_group() for memcpy() regionKees Cook2021-11-191-3/+6
* net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()Russell King (Oracle)2021-11-191-0/+1
* Merge branch 's390-next'David S. Miller2021-11-196-105/+106
|\
| * s390/lcs: add braces around empty function bodyHeiko Carstens2021-11-191-5/+6
| * s390/ctcm: add __printf format attribute to ctcm_dbf_longtextHeiko Carstens2021-11-191-0/+1
| * s390/ctcm: fix format stringHeiko Carstens2021-11-191-1/+1
| * net/af_iucv: fix kernel doc commentsHeiko Carstens2021-11-191-19/+19
| * net/iucv: fix kernel doc commentsHeiko Carstens2021-11-191-62/+62
| * s390/qeth: allocate RX queue at probe timeJulian Wiedmann2021-11-191-18/+17
|/
* Merge branch 'hw_addr_set-arch'David S. Miller2021-11-1916-55/+96
|\
| * natsemi: macsonic: use eth_hw_addr_set()Jakub Kicinski2021-11-191-10/+17
| * cirrus: mac89x0: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+5
| * apple: macmace: use eth_hw_addr_set()Jakub Kicinski2021-11-191-5/+9