summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: use a constant for control message lengthKarsten Graul2018-02-282-2/+2
* virtio-net: disable NAPI only when enabled during XDP setJason Wang2018-02-281-3/+5
* net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas2018-02-281-1/+1
* tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-02-281-0/+1
* Merge branch 'tcp-revert-a-F-RTO-extension-due-to-broken-middle-boxes'David S. Miller2018-02-281-16/+7
|\
| * tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-02-281-18/+12
| * tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-02-281-10/+7
|/
* Merge branch 's390-qeth-fixes'David S. Miller2018-02-283-84/+102
|\
| * s390/qeth: fix IPA command submission raceJulian Wiedmann2018-02-281-9/+10
| * s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2018-02-282-51/+74
| * Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann2018-02-281-5/+3
| * s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann2018-02-281-1/+2
| * s390/qeth: fix IP removal on offline cardsJulian Wiedmann2018-02-281-11/+3
| * s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2018-02-282-9/+12
|/
* gianfar: Fix Rx byte accounting for ndev statsClaudiu Manoil2018-02-281-4/+3
* cdc_ether: flag the Cinterion PLS8 modem by gemalto as WWANBassem Boubaker2018-02-271-0/+6
* tls: Use correct sk->sk_prot for IPV6Boris Pismenny2018-02-271-15/+37
* sh_eth: uninline TSU register accessorsSergei Shtylyov2018-02-272-11/+11
* Merge branch 'tunnel-mtu-fixes'David S. Miller2018-02-273-9/+15
|\
| * sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-0/+7
| * ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-4/+8
| * ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-5/+0
|/
* net: phy: Restore phy_resume() locking assumptionAndrew Lunn2018-02-273-6/+15
* tipc: correct initial value for group congestion flagJon Maloy2018-02-272-0/+2
* devlink: Fix resource coverity errorsArkadi Sharshevsky2018-02-271-16/+21
* net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-02-271-2/+6
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-02-272-9/+23
|\
| * Bluetooth: hci_bcm: Make shutdown and device wake GPIO optionalStefan Wahren2018-02-251-3/+4
| * Bluetooth: btusb: Use DMI matching for QCA reset_resume quirkingHans de Goede2018-02-251-6/+19
* | devlink: Compare to size_new in case of resource child validationArkadi Sharshevsky2018-02-271-1/+1
* | r8152: fix tx packets accountingEric Dumazet2018-02-261-1/+1
* | ip_tunnel: Do not use mark in skb by defaultThomas Winter2018-02-261-10/+3
* | bridge: Fix VLAN reference count problemIdo Schimmel2018-02-261-0/+2
* | DT: net: renesas,ravb: document R8A77980 bindingsSergei Shtylyov2018-02-261-0/+1
* | qrtr: add MODULE_ALIAS macro to smdRamon Fried2018-02-261-0/+1
* | hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du2018-02-261-1/+4
* | tuntap: correctly add the missing XDP flushJason Wang2018-02-261-0/+1
* | tuntap: disable preemption during XDP processingJason Wang2018-02-261-0/+6
* | Revert "tuntap: add missing xdp flush"Jason Wang2018-02-261-15/+0
* | ixgbe: fix crash in build_skb Rx code pathEmil Tantilov2018-02-261-0/+8
* | ARM: orion5x: Revert commit 4904dbda41c8.David S. Miller2018-02-263-10/+95
* | Merge branch 'l2tp-fix-API-races-discovered-by-syzbot'David S. Miller2018-02-265-166/+77
|\ \ | |/ |/|
| * l2tp: fix tunnel lookup use-after-free raceJames Chapman2018-02-261-7/+7
| * l2tp: fix race in pppol2tp_release with session object destroyJames Chapman2018-02-261-25/+27
| * l2tp: fix races with tunnel socket closeJames Chapman2018-02-264-116/+42
| * l2tp: don't use inet_shutdown on ppp session destroyJames Chapman2018-02-261-10/+0
| * l2tp: don't use inet_shutdown on tunnel destroyJames Chapman2018-02-261-9/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-23108-455/+625
|\
| * net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet2018-02-231-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-2310-15/+80
| |\