summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: use rhashtable for fdbsNikolay Aleksandrov2017-12-135-219/+211
* net: phy: marvell10g: remove XGMII as an option for 88x3310Russell King2017-12-131-1/+0
* Merge branch 'r8169-device-managed'David S. Miller2017-12-133-67/+46
|\
| * r8169: remove netif_napi_del in probe error pathHeiner Kallweit2017-12-131-10/+3
| * r8169: switch to device-managed functions in probeHeiner Kallweit2017-12-131-60/+20
| * PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()Heiner Kallweit2017-12-132-0/+26
|/
* tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet2017-12-134-22/+23
* Merge branch 'rmnet-Configuration-options'David S. Miller2017-12-136-51/+78
|\
| * net: qualcomm: rmnet: Allow to configure flags for existing devicesSubash Abhinov Kasiviswanathan2017-12-131-0/+40
| * net: qualcomm: rmnet: Allow to configure flags for new devicesSubash Abhinov Kasiviswanathan2017-12-131-3/+13
| * net: qualcomm: rmnet: Process packets over ethernetSubash Abhinov Kasiviswanathan2017-12-131-0/+10
| * net: qualcomm: rmnet: Allow only one rmnet dev per muxid per real devSubash Abhinov Kasiviswanathan2017-12-131-0/+3
| * net: qualcomm: rmnet: Remove the some redundant macrosSubash Abhinov Kasiviswanathan2017-12-134-29/+11
| * net: qualcomm: rmnet: Remove the rmnet_map_results enumSubash Abhinov Kasiviswanathan2017-12-132-21/+3
|/
* tcp: allow TLP in ECN CWRNeal Cardwell2017-12-131-6/+3
* net_sched: switch to exit_batch for action pernet opsCong Wang2017-12-1317-88/+61
* Merge branch 'hv_netvsc-Fix-default-and-limit-of-recv-buffer'David S. Miller2017-12-133-7/+21
|\
| * hv_netvsc: Fix the TX/RX buffer default sizesHaiyang Zhang2017-12-132-5/+12
| * hv_netvsc: Fix the receive buffer size limitHaiyang Zhang2017-12-132-2/+9
|/
* Merge branch 'fec-fix-refclk-enable-for-SMSC-LAN8710-20'David S. Miller2017-12-138-3/+74
|\
| * net: fec: add phy_reset_after_clk_enable() supportRichard Leitner2017-12-131-0/+20
| * net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner2017-12-131-1/+1
| * phylib: add reset after clk enable supportRichard Leitner2017-12-132-0/+26
| * phylib: Add device reset delay supportRichard Leitner2017-12-134-2/+27
|/
* Merge branch 'mvpp2-various-improvements'David S. Miller2017-12-131-20/+27
|\
| * net: mvpp2: adjust the coalescing parametersAntoine Tenart2017-12-131-2/+2
| * net: mvpp2: report the tx-usec coalescing information to ethtoolAntoine Tenart2017-12-131-0/+1
| * net: mvpp2: align values in ethtool get_coalesceAntoine Tenart2017-12-131-3/+3
| * net: mvpp2: split the max ring size from the default oneYan Markman2017-12-131-11/+13
| * net: mvpp2: only free the TSO header buffers when it was allocatedAntoine Tenart2017-12-131-4/+8
|/
* Merge branch 'tcp-better-receiver-autotuning'David S. Miller2017-12-122-20/+13
|\
| * tcp: smoother receiver autotuningEric Dumazet2017-12-121-14/+5
| * tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-122-6/+8
| * tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-1/+1
|/
* forcedeth: remove unnecessary structure memberZhu Yanjun2017-12-111-10/+11
* Merge branch 'nfp-dead-code-clean-ups-and-slight-improvements'David S. Miller2017-12-114-81/+44
|\
| * nfp: debug dump - decrease endian conversionsCarl Heymann2017-12-111-7/+7
| * nfp: flower: remove unused definesJohn Hurley2017-12-111-3/+0
| * nfp: flower: remove dead code pathsJohn Hurley2017-12-113-68/+29
| * nfp: flower: do not assume mac/mpls matchesJohn Hurley2017-12-111-3/+8
|/
* dt-bindings: fec: Make the phy-reset-gpio polarity explicitFabio Estevam2017-12-111-2/+2
* Merge branch 'sctp-stream-interleave-part-1'David S. Miller2017-12-1123-94/+1501
|\
| * sctp: add support for the process of unordered idataXin Long2017-12-115-28/+392
| * sctp: implement abort_pd for sctp_stream_interleaveXin Long2017-12-117-6/+112
| * sctp: implement start_pd for sctp_stream_interleaveXin Long2017-12-113-1/+4
| * sctp: implement renege_events for sctp_stream_interleaveXin Long2017-12-115-10/+119
| * sctp: implement enqueue_event for sctp_stream_interleaveXin Long2017-12-116-7/+12
| * sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-117-11/+451
| * sctp: implement validate_data for sctp_stream_interleaveXin Long2017-12-116-14/+62
| * sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-119-14/+83