summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-1038-108/+142
* Merge branch 'bnxt_en-misc-small-fixes'David S. Miller2017-03-103-8/+20
|\
| * bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan2017-03-101-2/+3
| * bnxt_en: Check if firmware LLDP agent is running.Michael Chan2017-03-103-1/+6
| * bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan2017-03-101-1/+7
| * bnxt_en: Perform function reset earlier during probe.Michael Chan2017-03-101-4/+4
|/
* tun: remove copyright printingLABBE Corentin2017-03-101-1/+0
* net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-03-101-0/+1
* Merge branch 'bpf-htab-fixes'David S. Miller2017-03-093-39/+99
|\
| * bpf: convert htab map to hlist_nullsAlexei Starovoitov2017-03-093-34/+79
| * bpf: fix struct htab_elem layoutAlexei Starovoitov2017-03-091-5/+20
|/
* uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin2017-03-091-1/+1
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-092-2/+6
* qed: Fix copy of uninitialized memoryrobert.foss@collabora.com2017-03-091-1/+1
* Merge branch 'thunderx-misc-fixes'David S. Miller2017-03-096-61/+205
|\
| * net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu2017-03-091-2/+4
| * net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham2017-03-092-14/+45
| * net: thunderx: Fix LMAC mode debug prints for QSGMII modeSunil Goutham2017-03-091-6/+0
| * net: thunderx: Fix IOMMU translation faultsSunil Goutham2017-03-094-39/+156
|/
* rds: ib: add error handleZhu Yanjun2017-03-091-11/+36
* liquidio: improve UDP TX performanceVSR Burru2017-03-097-182/+144
* net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern2017-03-091-5/+6
* mlxsw: spectrum_flower: Remove bogus warns in mlxsw_sp_flower_destroyJiri Pirko2017-03-091-2/+2
* vrf: Fix use-after-free in vrf_xmitDavid Ahern2017-03-091-1/+2
* team: use ETH_MAX_MTU as max mtuJarod Wilson2017-03-091-0/+1
* net: Revert ksettings conversions.David S. Miller2017-03-097-233/+188
* net: ibm: emac: fix regression caused by emac_dt_phy_probe()Christian Lamparter2017-03-091-8/+17
* net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-10/+14
* net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-22/+29
* net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-28/+34
* net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-41/+57
* net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-17/+20
* net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-46/+52
* net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-22/+25
* net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-24/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-03-082-12/+15
|\
| * vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-02-161-2/+6
| * xfrm: Don't use sk_family for socket policy lookupsSteffen Klassert2017-02-141-5/+4
| * xfrm: policy: init locks earlyFlorian Westphal2017-02-091-5/+5
* | ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-03-071-5/+5
* | dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2017-03-072-8/+17
* | ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon2017-03-071-8/+8
* | ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon2017-03-072-1/+27
* | net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov2017-03-071-1/+0
* | Merge branch 'rds-fixes'David S. Miller2017-03-075-23/+33
|\ \
| * | rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan2017-03-073-8/+18
| * | rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan2017-03-071-10/+9
| * | rds: tcp: Take explicit refcounts on struct netSowmini Varadhan2017-03-073-5/+6
|/ /
* | Merge branch 'sock_hold-misuses'David S. Miller2017-03-071-14/+16
|\ \
| * | net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-03-071-7/+8