summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-0911-14/+19
* net: skb_defer_rx_timestamp should check for phydev before setting up classifyAlexander Duyck2015-07-091-1/+5
* tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell2015-07-092-10/+7
* rocker: add change MTU supportScott Feldman2015-07-092-0/+62
* neterion: s2io: Use module_pci_driverVaishali Thakkar2015-07-092-27/+1
* cxgb4vf: Fix check to use new User Doorbell mechanismHariprasad Shenai2015-07-091-3/+9
* test_bpf: extend tests for 32-bit endianness conversionXi Wang2015-07-081-0/+6
* Merge branch 'cxgb4-t6'David S. Miller2015-07-086-101/+157
|\
| * cxgb4: Enable cim_la dump to support T6Hariprasad Shenai2015-07-081-3/+51
| * cxgb4: Read stats for only available channelsHariprasad Shenai2015-07-081-47/+26
| * cxgb4: Update register ranges for T6 adapterHariprasad Shenai2015-07-081-7/+9
| * cxgb4: Don't use entire L2T table, use only its sliceHariprasad Shenai2015-07-084-44/+71
|/
* net: ec_bhf: Use module_pci_driverVaishali Thakkar2015-07-081-13/+1
* hv_netvsc: Add support to set MTU reservation from guest sideHaiyang Zhang2015-07-083-3/+3
* ifb: add multiqueue operationEric Dumazet2015-07-081-87/+120
* cxgb4: Add PCI device ids for few more T5 and T6 adaptersHariprasad Shenai2015-07-081-0/+18
* net/mlx4_core: Add extra check for total vfs for SRIOVCarol Soto2015-07-081-6/+14
* samples: bpf: enable trace samples for s390xMichael Holzheu2015-07-086-12/+37
* net: macb: Add SG support for Zynq SOC familyPunnaiah Choudary Kalluri2015-07-081-4/+2
* xen-netback: remove duplicated function definitionLi, Liang Z2015-07-081-3/+0
* Merge branch 'sch_act_lockless'David S. Miller2015-07-0817-82/+148
|\
| * net_sched: act_mirred: remove spinlock in fast pathEric Dumazet2015-07-082-28/+31
| * net_sched: act_gact: remove spinlock in fast pathEric Dumazet2015-07-082-10/+18
| * net_sched: act_gact: read tcfg_ptype onceEric Dumazet2015-07-081-7/+7
| * net_sched: act_gact: use a separate packet counters for gact_determ()Eric Dumazet2015-07-082-4/+7
| * net_sched: act_gact: make tcfg_pval non zeroEric Dumazet2015-07-081-3/+9
| * net: sched: add percpu stats to actionsEric Dumazet2015-07-0813-22/+57
| * net: sched: extend percpu stats helpersEric Dumazet2015-07-082-12/+23
|/
* mlx4: TCP/UDP packets have L4 hashEric Dumazet2015-07-081-2/+6
* Merge branch 'tcp-policer-drops'David S. Miller2015-07-081-20/+23
|\
| * tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng2015-07-081-14/+15
| * tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng2015-07-081-6/+8
|/
* cxgb4: Fix incorrect sequence numbers shown in devlogHariprasad Shenai2015-07-031-12/+13
* ipv6: Make MLD packets to only be processed locallyAngga2015-07-031-3/+3
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
* net-RDS: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
* net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring2015-07-031-4/+1
* bridge: vlan: fix usage of vlan 0 and 4095 againNikolay Aleksandrov2015-07-021-0/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-022-2/+3
|\
| * Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An2015-06-301-2/+2
| * Bluetooth: hidp: Initialize list header of hidp session userTedd Ho-Jeong An2015-06-261-0/+1
* | enic: fix issues in enic_pollGovindarajulu Varadarajan2015-07-021-2/+2
* | Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-023-1/+4
|\ \
| * | tile: add init.h to usb.c to avoid compile failurePaul Gortmaker2015-06-161-0/+1
| * | arm: fix implicit #include <linux/init.h> in entry asm.Paul Gortmaker2015-06-161-0/+2
| * | x86: replace __init_or_module with __init in non-modular vsmp_64.cPaul Gortmaker2015-06-161-1/+1
* | | Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds2015-07-0211-22/+54
|\ \ \
| * | | drivers/clk: convert sunxi/clk-mod0.c to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1
| * | | drivers/power: Convert non-modular syscon-reboot to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1
| * | | drivers/soc: Convert non-modular soc-realview to use builtin_platform_driverPaul Gortmaker2015-06-161-1/+1