aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Merge branch 'rmnet-Configuration-options'David S. Miller6-51/+78
2017-12-13net: qualcomm: rmnet: Allow to configure flags for existing devicesSubash Abhinov Kasiviswanathan1-0/+40
2017-12-13net: qualcomm: rmnet: Allow to configure flags for new devicesSubash Abhinov Kasiviswanathan1-3/+13
2017-12-13net: qualcomm: rmnet: Process packets over ethernetSubash Abhinov Kasiviswanathan1-0/+10
2017-12-13net: qualcomm: rmnet: Allow only one rmnet dev per muxid per real devSubash Abhinov Kasiviswanathan1-0/+3
2017-12-13net: qualcomm: rmnet: Remove the some redundant macrosSubash Abhinov Kasiviswanathan4-29/+11
2017-12-13net: qualcomm: rmnet: Remove the rmnet_map_results enumSubash Abhinov Kasiviswanathan2-21/+3
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell1-6/+3
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang17-88/+61
2017-12-13Merge branch 'hv_netvsc-Fix-default-and-limit-of-recv-buffer'David S. Miller3-7/+21
2017-12-13hv_netvsc: Fix the TX/RX buffer default sizesHaiyang Zhang2-5/+12
2017-12-13hv_netvsc: Fix the receive buffer size limitHaiyang Zhang2-2/+9
2017-12-13Merge branch 'fec-fix-refclk-enable-for-SMSC-LAN8710-20'David S. Miller8-3/+74
2017-12-13net: fec: add phy_reset_after_clk_enable() supportRichard Leitner1-0/+20
2017-12-13net: phy: smsc: LAN8710/20: add PHY_RST_AFTER_CLK_EN flagRichard Leitner1-1/+1
2017-12-13phylib: add reset after clk enable supportRichard Leitner2-0/+26
2017-12-13phylib: Add device reset delay supportRichard Leitner4-2/+27
2017-12-13Merge branch 'mvpp2-various-improvements'David S. Miller1-20/+27
2017-12-13net: mvpp2: adjust the coalescing parametersAntoine Tenart1-2/+2
2017-12-13net: mvpp2: report the tx-usec coalescing information to ethtoolAntoine Tenart1-0/+1
2017-12-13net: mvpp2: align values in ethtool get_coalesceAntoine Tenart1-3/+3
2017-12-13net: mvpp2: split the max ring size from the default oneYan Markman1-11/+13
2017-12-13net: mvpp2: only free the TSO header buffers when it was allocatedAntoine Tenart1-4/+8
2017-12-12Merge branch 'tcp-better-receiver-autotuning'David S. Miller2-20/+13
2017-12-12tcp: smoother receiver autotuningEric Dumazet1-14/+5
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2-6/+8
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-11forcedeth: remove unnecessary structure memberZhu Yanjun1-10/+11
2017-12-11Merge branch 'nfp-dead-code-clean-ups-and-slight-improvements'David S. Miller4-81/+44
2017-12-11nfp: debug dump - decrease endian conversionsCarl Heymann1-7/+7
2017-12-11nfp: flower: remove unused definesJohn Hurley1-3/+0
2017-12-11nfp: flower: remove dead code pathsJohn Hurley3-68/+29
2017-12-11nfp: flower: do not assume mac/mpls matchesJohn Hurley1-3/+8
2017-12-11dt-bindings: fec: Make the phy-reset-gpio polarity explicitFabio Estevam1-2/+2
2017-12-11Merge branch 'sctp-stream-interleave-part-1'David S. Miller23-94/+1501
2017-12-11sctp: add support for the process of unordered idataXin Long5-28/+392
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long7-6/+112
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long3-1/+4
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long5-10/+119
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long6-7/+12
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long7-11/+451
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long6-14/+62
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long9-14/+83
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long8-21/+149
2017-12-11sctp: add basic structures and make chunk function for idataXin Long4-0/+26
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long2-2/+19
2017-12-11sctp: add stream interleave enable members and sockoptXin Long4-2/+94
2017-12-11ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar1-0/+4
2017-12-11netlink: convert netlink tap spinlock to mutexCong Wang1-6/+6
2017-12-11netlink: make netlink tap per netnsCong Wang1-17/+49