aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include/net/bond_3ad: Simplify the code by using the ARRAY_SIZEzhong jiang2018-08-041-1/+1
* net:usb: Use ARRAY_SIZE instead of calculating the array sizezhong jiang2018-08-041-1/+1
* tun: not use hardcoded mask valueLi RongQing2018-08-041-1/+2
* net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-043-3/+3
* net: Remove some unneeded semicolonzhong jiang2018-08-044-5/+5
* tcp: remove unneeded variable 'err'YueHaibing2018-08-031-2/+1
* af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron2018-08-031-1/+6
* ppp: mppe: Remove VLA usageKees Cook2018-08-031-26/+30
* rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-033-34/+29
* Merge branch 'dsa-systemport-WoL'David S. Miller2018-08-034-12/+29
|\
| * net: systemport: Create helper to set MPDFlorian Fainelli2018-08-031-7/+13
| * net: systemport: Do not re-configure upon WoL interruptFlorian Fainelli2018-08-031-3/+1
| * net: dsa: bcm_sf2: Disable learning while in WoLFlorian Fainelli2018-08-032-1/+13
| * net: dsa: bcm_sf2: Allow targeting CPU ports for CFP rulesFlorian Fainelli2018-08-031-1/+2
|/
* Merge branch 'l2tp-mtu'David S. Miller2018-08-037-87/+47
|\
| * l2tp: ignore L2TP_ATTR_MTUGuillaume Nault2018-08-036-24/+10
| * l2tp: simplify MTU handling in l2tp_pppGuillaume Nault2018-08-031-49/+18
| * l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault2018-08-033-21/+26
|/
* Merge branch 'hns3-next'David S. Miller2018-08-037-20/+94
|\
| * net: hns3: Refine the MSIX allocation for PFJian Shen2018-08-033-4/+9
| * net: hns3: Fix MSIX allocation issue for VFJian Shen2018-08-034-16/+85
|/
* rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook2018-08-031-12/+13
* net: sched: fix flush on non-existing chainJiri Pirko2018-08-031-0/+7
* bnxt_en: combine 'else if' and 'else' into single branchYueHaibing2018-08-031-2/+6
* tools: bpf: fix BTF code added twice to different treesJakub Kicinski2018-08-022-18/+0
* net/socket: remove duplicated init codeMatthieu Baerts2018-08-021-48/+3
* xen-netback: use true and false for boolean valuesGustavo A. R. Silva2018-08-021-2/+2
* net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing2018-08-022-14/+1
* Merge branch 'Add--clock-config-and-pm-support-to-bcm-iProc-mdio-mux'David S. Miller2018-08-024-17/+106
|\
| * net: phy: Add pm support to Broadcom iProc mdio mux driverArun Parameswaran2018-08-021-0/+27
| * net: phy: Add support to configure clock in Broadcom iProc mdio muxArun Parameswaran2018-08-021-2/+39
| * dt-bindings: net: Add clock handle to Broadcom iProc mdio muxArun Parameswaran2018-08-021-0/+3
| * net: phy: Use devm api for mdio bus allocation in bcm iproc mdio muxArun Parameswaran2018-08-021-5/+2
| * net: phy: Disable external master access in bcm mdio mux driverArun Parameswaran2018-08-021-0/+15
| * arm64: dts: Fix the base address of the Broadcom iProc mdio muxArun Parameswaran2018-08-022-4/+4
| * net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran2018-08-021-5/+15
| * dt-bindings: net: Fix Broadcom iProc mdio mux driver base addressArun Parameswaran2018-08-021-2/+2
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-02239-915/+2004
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-0219-30/+184
| |\
| | * Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-011-14/+4
| | * rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
| | * net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli2018-08-011-0/+6
| | * netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-011-0/+2
| | * Documentation: dpaa2: Use correct heading adornmentIoana Ciornei2018-08-011-0/+1
| | * net: stmmac: Fix WoL for PCI-based setupsJose Abreu2018-08-011-2/+38
| | * bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet2018-08-011-2/+12
| | * enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan2018-07-311-1/+1
| | * ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-311-0/+5
| | * inet: frag: enforce memory limits earlierEric Dumazet2018-07-311-3/+3
| | * Merge tag 'mlx5-fixes-2018-07-31' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-07-314-3/+10
| | |\