aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-08net: tap: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-8/+6
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld2-8/+5
2020-01-08socket: fix unused-function warningArnd Bergmann1-11/+12
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2-0/+6
2020-01-08Merge branch 'sfc-code-refactoring'David S. Miller25-2848/+3262
2020-01-08sfc: move common tx codeAlex Maftei (amaftei)3-296/+311
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)6-375/+383
2020-01-08sfc: move event queue management codeAlex Maftei (amaftei)2-92/+91
2020-01-08sfc: move channel interrupt management codeAlex Maftei (amaftei)2-316/+322
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)5-435/+441
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)3-188/+190
2020-01-08sfc: move some channel-related codeAlex Maftei (amaftei)3-170/+190
2020-01-08sfc: move struct init and fini codeAlex Maftei (amaftei)2-371/+415
2020-01-08sfc: move some device reset codeAlex Maftei (amaftei)2-227/+237
2020-01-08sfc: move datapath management codeAlex Maftei (amaftei)2-303/+335
2020-01-08sfc: move mac configuration and status functionsAlex Maftei (amaftei)2-44/+45
2020-01-08sfc: move reset workqueue codeAlex Maftei (amaftei)3-17/+70
2020-01-08sfc: further preparation for code splitAlex Maftei (amaftei)2-26/+20
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)19-141/+365
2020-01-08atm: eni: fix uninitialized variable warningArnd Bergmann1-2/+2
2020-01-08hsr: fix dummy hsr_debugfs_rename() declarationArnd Bergmann1-1/+1
2020-01-08net/ncsi: Send device address as source addressVijay Khemka1-1/+9
2020-01-08macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet2-1/+9
2020-01-08Merge branch 'net-ungraft-prio'David S. Miller2-2/+15
2020-01-08net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-08mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFOPetr Machata1-0/+7
2020-01-08MAINTAINERS: Remove myself as co-maintainer for qcom-ethqosNiklas Cassel1-1/+0
2020-01-08gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet1-2/+3
2020-01-08pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-2/+4
2020-01-08net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai1-2/+2
2020-01-08tipc: remove meaningless assignment in MakefileMasahiro Yamada1-2/+0
2020-01-08tipc: do not add socket.o to tipc-y twiceMasahiro Yamada1-1/+1
2020-01-08net: stmmac: dwmac-sun8i: Allow all RGMII modesChen-Yu Tsai1-0/+3
2020-01-08net: stmmac: dwmac-sunxi: Allow all RGMII modesChen-Yu Tsai1-1/+1
2020-01-08Merge tag 'mlx5-updates-2020-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller15-152/+676
2020-01-08Merge tag 'tpmdd-next-20200108' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2-2/+2
2020-01-08tpm: Handle negative priv->response_len in tpm_common_read()Tadeusz Struk2-2/+2
2020-01-07net: usb: lan78xx: fix possible skb leakEric Dumazet1-6/+3
2020-01-07net/rose: remove redundant assignment to variable failedColin Ian King1-1/+0
2020-01-07ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2-64/+15
2020-01-07enetc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing1-1/+1
2020-01-07enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter1-1/+1
2020-01-07net: stmmac: Fixed link does not need MDIO BusJose Abreu1-1/+1
2020-01-07Merge branch 'Documentation-stmmac-documentation-improvements'David S. Miller4-401/+699
2020-01-07Documentation: networking: Add stmmac to device drivers listJose Abreu1-0/+1
2020-01-07Documentation: networking: Convert stmmac documentation to RST formatJose Abreu2-401/+697
2020-01-07MAINTAINERS: Add stmmac Ethernet driver documentation entryJose Abreu1-0/+1
2020-01-07Merge branch 'vlan-rtnetlink-newlink-fixes'David S. Miller3-8/+15
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7