aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-01net: hns: Fix some typosLu Wei1-3/+3
2021-04-01net: smc: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-01include: net: Remove repeated struct declarationWan Jiabing1-1/+0
2021-04-01net: stmmac: remove unnecessary pci_enable_msi() callWong Vee Khee1-2/+0
2021-04-01stmmac: intel: use managed PCI function on probe and resumeWong Vee Khee1-7/+2
2021-04-01net: ipv6: Refactor in rt6_age_examine_exceptionXu Jia1-4/+1
2021-04-01tipc: fix unique bearer names sanity checkHoang Le1-19/+27
2021-04-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller18-345/+445
2021-03-31selftests/net: so_txtime multi-host supportCarlos Llamas2-85/+259
2021-03-31net: mediatek: add flow offload for mt7623Frank Wunderlich1-0/+1
2021-03-31net: stmmac: enable MTL ECC Error Address Status Over-ride by defaultVoon Weifeng2-0/+2
2021-03-31Merge branch 'nxp-enetc-xdp'David S. Miller4-104/+796
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean4-12/+218
2021-03-31net: enetc: increase RX ring default sizeVladimir Oltean1-1/+1
2021-03-31net: enetc: add support for XDP_TXVladimir Oltean3-25/+228
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean4-20/+281
2021-03-31net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean1-19/+19
2021-03-31net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean1-0/+4
2021-03-31net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2-4/+4
2021-03-31net: enetc: move skb creation into enetc_build_skbVladimir Oltean1-37/+44
2021-03-31net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean1-16/+27
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-03-31net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang1-0/+2
2021-03-31Merge branch 'inet-shrink-netns'David S. Miller5-64/+65
2021-03-31ipv6: move ip6_dst_ops first in netns_ipv6Eric Dumazet1-1/+3
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet3-38/+36
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet2-5/+3
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet2-3/+3
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet2-6/+6
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet2-3/+3
2021-03-31ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet2-3/+3
2021-03-31inet: shrink netns_ipv4 by another cache lineEric Dumazet1-3/+3
2021-03-31inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet1-2/+5
2021-03-31Merge branch 'net-coding-style'David S. Miller8-207/+221
2021-03-31net: lpc_eth: fix format warnings of block commentsYangyang Li1-3/+6
2021-03-31net: toshiba: fix the trailing format of some block commentsYixing Liu2-15/+30
2021-03-31net: ocelot: fix a trailling format issue with block commentsYixing Liu1-1/+2
2021-03-31net: amd: correct some format issuesYixing Liu1-0/+3
2021-03-31net: amd8111e: fix inappropriate spacesYixing Liu1-185/+177
2021-03-31net: ena: remove extra words from commentsYixing Liu1-1/+1
2021-03-31net: ena: fix inaccurate print typeYixing Liu1-2/+2
2021-03-31qrtr: Convert qrtr_ports from IDR to XArrayMatthew Wilcox (Oracle)1-28/+14
2021-03-31net: ethernet: stmicro: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-03-31ice: Correct comment block styleTony Nguyen1-2/+1
2021-03-31ice: cleanup style issuesBruce Allan3-7/+7
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan5-46/+47
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley5-117/+117
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley6-42/+62
2021-03-31ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley2-34/+17
2021-03-31ice: rename ptype bitmapQi Zhang1-8/+8