summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()Coly Li2020-10-021-1/+1
* drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()Coly Li2020-10-021-1/+1
* tcp: use sendpage_ok() to detect misused .sendpageColy Li2020-10-021-1/+2
* nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li2020-10-021-4/+3
* net: add WARN_ONCE in kernel_sendpage() for improper zero-copy sendColy Li2020-10-021-2/+4
* net: introduce helper sendpage_ok() in include/linux/net.hColy Li2020-10-021-0/+16
* net: usb: pegasus: Proper error handing when setting pegasus' MAC addressPetko Manolov2020-10-021-8/+27
* net: core: document two new elements of struct net_deviceMauro Carvalho Chehab2020-10-021-0/+5
* netlink: fix policy dump leakJohannes Berg2020-10-023-16/+20
* r8169: fix data corruption issue on RTL8402Heiner Kallweit2020-10-011-0/+4
* r8169: fix handling ether_clkHeiner Kallweit2020-10-011-13/+19
* Merge branch 'Fix-bugs-in-Octeontx2-netdev-driver'David S. Miller2020-09-308-21/+47
|\
| * octeontx2-pf: Fix synchnorization issue in mboxHariprasad Kelam2020-09-304-9/+19
| * octeontx2-pf: Fix the device state on errorHariprasad Kelam2020-09-301-1/+4
| * octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 framesGeetha sowjanya2020-09-301-0/+1
| * octeontx2-af: Fix enable/disable of default NPC entriesSubbaraya Sundeep2020-09-303-11/+23
|/
* Merge branch '100GbE' of https://github.com/anguy11/net-queueDavid S. Miller2020-09-302-24/+35
|\
| * ice: preserve NVM capabilities in safe modeJacob Keller2020-09-301-22/+27
| * ice: increase maximum wait time for flash write commandsJacob Keller2020-09-301-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-307-8/+28
|\ \ | |/ |/|
| * bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()He Zhe2020-09-291-1/+0
| * libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko2020-09-241-1/+1
| * libbpf: Fix native endian assumption when parsing BTFTony Ambardar2020-09-211-0/+6
| * bpf: Prevent .BTF section eliminationTony Ambardar2020-09-211-1/+1
| * bpf: Fix sysfs export of empty BTF sectionTony Ambardar2020-09-211-3/+3
| * tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar2020-09-191-1/+1
| * xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson2020-09-161-1/+16
* | Merge branch 'mptcp-Fix-for-32-bit-DATA_FIN'David S. Miller2020-09-294-13/+24
|\ \
| * | mptcp: Handle incoming 32-bit DATA_FIN valuesMat Martineau2020-09-293-7/+18
| * | mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2020-09-292-6/+6
|/ /
* | Merge branch 'via-rhine-Resume-fix-and-other-maintenance-work'David S. Miller2020-09-292-18/+6
|\ \
| * | via-rhine: New device driver maintainerKevin Brace2020-09-292-2/+3
| * | via-rhine: Eliminate version informationKevin Brace2020-09-291-15/+0
| * | via-rhine: VTunknown1 device is really VT8251 South BridgeKevin Brace2020-09-291-1/+1
| * | via-rhine: Fix for the hardware having a reset failure after resumeKevin Brace2020-09-291-0/+2
|/ /
* | MAINTAINERS: Update MAINTAINERS for Intel ethernet driversTony Nguyen2020-09-291-1/+2
* | Merge branch 'More-incorrect-VCAP-offsets-for-mscc_ocelot-switch'David S. Miller2020-09-292-7/+7
|\ \
| * | net: dsa: seville: fix VCAP IS2 action widthVladimir Oltean2020-09-291-1/+1
| * | net: dsa: felix: fix incorrect action offsets for VCAP IS2Vladimir Oltean2020-09-291-6/+6
|/ /
* | net: phy: realtek: fix rtl8211e rx/tx delay configWilly Liu2020-09-291-15/+16
* | virtio-net: don't disable guest csum when disable LROTonghao Zhang2020-09-291-1/+7
* | ethtool: mark netlink family as __ro_after_initJakub Kicinski2020-09-281-1/+1
* | genetlink: add missing kdoc for validation flagsJakub Kicinski2020-09-281-0/+1
* | net: usb: ax88179_178a: add MCT usb 3.0 adapterWilken Gottwalt2020-09-281-0/+17
* | net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt2020-09-281-0/+1
* | net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam2020-09-281-9/+25
* | Merge branch 'net-core-fix-a-lockdep-splat-in-the-dev_addr_list'David S. Miller2020-09-2817-129/+318
|\ \
| * | net: core: add nested_level variable in net_deviceTaehee Yoo2020-09-283-27/+122
| * | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-2816-95/+183
| * | net: core: add __netdev_upper_dev_unlink()Taehee Yoo2020-09-281-10/+16
|/ /