aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-11net: sched: act_pedit: remove dependency on rtnl lockVlad Buslov1-20/+20
2018-08-11net: sched: act_ipt: remove dependency on rtnl lockVlad Buslov1-0/+3
2018-08-11net: sched: act_ife: remove dependency on rtnl lockVlad Buslov1-15/+25
2018-08-11net: sched: act_gact: remove dependency on rtnl lockVlad Buslov1-2/+8
2018-08-11net: sched: act_csum: remove dependency on rtnl lockVlad Buslov1-9/+15
2018-08-11net: sched: act_bpf: remove dependency on rtnl lockVlad Buslov1-3/+7
2018-08-11Merge branch 'net-sctp-Avoid-allocating-high-order-memory-with-kmalloc'David S. Miller9-105/+172
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko2-26/+71
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko9-81/+103
2018-08-11tc: Update README and add configKeara Leibovitz2-5/+59
2018-08-11Merge branch 'l2tp-rework-pppol2tp-ioctl-handling'David S. Miller7-199/+133
2018-08-11l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()Guillaume Nault1-1/+1
2018-08-11l2tp: zero out stats in pppol2tp_copy_stats()Guillaume Nault1-4/+3
2018-08-11l2tp: remove pppol2tp_session_ioctl()Guillaume Nault2-48/+4
2018-08-11l2tp: remove pppol2tp_tunnel_ioctl()Guillaume Nault1-79/+53
2018-08-11l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()Guillaume Nault1-29/+44
2018-08-11l2tp: simplify pppol2tp_ioctl()Guillaume Nault1-27/+6
2018-08-11l2tp: split l2tp_session_get()Guillaume Nault6-36/+36
2018-08-11l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault3-10/+21
2018-08-11Merge branch 'netsec-driver-improvements'David S. Miller1-18/+12
2018-08-11net: socionext: Increase descriptors to 256Ilias Apalodimas1-3/+2
2018-08-11net: socionext: Use descriptor info instead of MMIO reads on RxIlias Apalodimas1-15/+10
2018-08-11vxge: remove set but not used variable 'req_out', 'status' and 'ret'YueHaibing1-21/+6
2018-08-11Merge branch 'virtio_net-Expand-affinity-to-arbitrary-numbers-of-cpu-and-vq'David S. Miller5-27/+39
2018-08-11virtio_net: Stripe queue affinities across cores.Caleb Raitto1-15/+27
2018-08-11virtio: Make vp_set_vq_affinity() take a mask.Caleb Raitto5-14/+14
2018-08-11lan743x: lan743x: Add PTP supportBryan Whitehead6-5/+1443
2018-08-11Merge branch 'tcp-new-mechanism-to-ACK-immediately'David S. Miller3-10/+13
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng1-4/+4
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng1-2/+2
2018-08-11tcp: avoid resetting ACK timer in DCTCPYuchung Cheng1-2/+2
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng2-2/+5
2018-08-11wimax: usb-tx: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-11wimax: usb-fw: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-11net: dp83640: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2018-08-11rxrpc: remove redundant static int 'zero'Colin Ian King1-1/+0
2018-08-11drivers/net/usb/r8152: remove the unneeded variable "ret" in rtl8152_system_suspendzhong jiang1-2/+1
2018-08-10bnxt_en: Fix strcpy() warnings in bnxt_ethtool.cVasundhara Volam1-3/+3
2018-08-10liquidio: copperhead LED identificationRaghu Vatsavayi2-5/+23
2018-08-10qed/qede: qede_setup_tc() can be statickbuild test robot1-1/+1
2018-08-10mlxsw: core: remove unnecessary function mlxsw_core_driver_putYueHaibing1-12/+0
2018-08-10net: mvneta: fix mvneta_config_rss on armada 3700Jisheng Zhang1-11/+20
2018-08-10net/smc: send response to test link signalUrsula Braun1-0/+34
2018-08-10Merge branch 'r8169-smaller-improvements'David S. Miller1-148/+106
2018-08-10r8169: don't configure max jumbo frame size per chip versionHeiner Kallweit1-118/+83
2018-08-10r8169: don't configure csum function per chip versionHeiner Kallweit1-67/+67
2018-08-10r8169: simplify interrupt handlerHeiner Kallweit1-12/+7
2018-08-10r8169: don't include asm headers directlyHeiner Kallweit1-3/+1
2018-08-10r8169: remove version infoHeiner Kallweit1-8/+0
2018-08-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller10-9/+737