summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller13-10/+813
2017-10-29Merge branch 'l2tp-register-sessions-atomically'David S. Miller4-123/+238
2017-10-29l2tp: initialise PPP sessions before registering themGuillaume Nault1-31/+38
2017-10-29l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault1-53/+101
2017-10-29l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault1-31/+75
2017-10-29l2tp: don't register sessions in l2tp_session_create()Guillaume Nault4-20/+36
2017-10-29tcp: Remove "linux/unaligned/access_ok.h" include.David S. Miller1-1/+0
2017-10-29cxgb3: Check and handle the dma mapping errorsArjun Vynipadath1-26/+92
2017-10-29r8169: Add support for interrupt coalesce tuning (ethtool -C)Francois Romieu1-0/+231
2017-10-29Merge branch 'bridge-make-setlink-dellink-notifications-more-accurate'David S. Miller5-51/+109
2017-10-29bridge: vlan: signal if anything changed on vlan addNikolay Aleksandrov3-28/+73
2017-10-29bridge: netlink: make setlink/dellink notifications more accurateNikolay Aleksandrov3-24/+37
2017-10-28tcp: remove unnecessary includeAlexei Starovoitov1-3/+0
2017-10-28Merge branch 'tcp-more-perns-sysctls'David S. Miller11-164/+149
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ca_ratioEric Dumazet5-14/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_pacing_ss_ratioEric Dumazet5-18/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_invalid_ratelimitEric Dumazet5-10/+10
2017-10-28tcp: Namespace-ify sysctl_tcp_autocorkingEric Dumazet5-13/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_min_rtt_wlenEric Dumazet5-10/+10
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet6-13/+13
2017-10-28tcp: Namespace-ify sysctl_tcp_challenge_ack_limitEric Dumazet5-16/+16
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet5-12/+12
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet7-21/+18
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet5-15/+14
2017-10-28tcp: Namespace-ify sysctl_tcp_moderate_rcvbufEric Dumazet5-11/+11
2017-10-28tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet4-11/+9
2017-10-28drivers/net: smsc: Convert timers to use timer_setup()Kees Cook2-10/+10
2017-10-28drivers/net: packetengines: Convert timers to use timer_setup()Kees Cook2-12/+12
2017-10-28drivers/net: natsemi: Convert timers to use timer_setup()Kees Cook2-9/+9
2017-10-28drivers/net: mellanox: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-10-28drivers/net: korina: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-28drivers/net: fealnx: Convert timers to use timer_setup()Kees Cook1-10/+10
2017-10-28drivers/net: dlink: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook4-22/+21
2017-10-28drivers/net: appletalk/cops: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-10-28drivers/net: amd: Convert timers to use timer_setup()Kees Cook7-28/+37
2017-10-28drivers/net: 8390: Convert timers to use timer_setup()Kees Cook2-10/+10
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva1-4/+1
2017-10-28stmmac: copy unicast mac address to MAC registersBhadram Varka1-1/+15
2017-10-28nfp: inform the VF driver needs to be restarted after changing the MACPablo Cascón1-1/+7
2017-10-28liquidio: fix kernel panic in VF driverFelix Manlunas1-3/+3
2017-10-28net: dsa: move fixed link registration helpersVivien Didelot5-47/+56
2017-10-28bnxt_en: Fix randconfig build errors.Michael Chan1-0/+6
2017-10-27igb: Add support for CBS offloadAndre Guedes4-0/+384
2017-10-27net/sched: Add support for HW offloading for CBSVinicius Costa Gomes3-12/+102
2017-10-27net/sched: Introduce Credit Based Shaper (CBS) qdiscVinicius Costa Gomes4-0/+324
2017-10-27net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia1-0/+7
2017-10-27net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia1-9/+1
2017-10-27net/sched: Check for null dev_queue on create flowJesus Sanchez-Palencia1-1/+7
2017-10-28liquidio: xmit_more supportIntiyaz Basha9-19/+55