summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-23filter: added BPF random opcodeChema Gonzalez6-2/+39
2014-04-23vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-23be2net: Support for configurable RSS hash keyVenkata Duvvuru5-31/+113
2014-04-23ethtool: Support for configurable RSS hash keyVenkata Duvvuru3-14/+252
2014-04-23neterion/s2io: remove unused s2io_start_tx_queue routineYing Xue1-9/+0
2014-04-23tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26
2014-04-23ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit1-4/+16
2014-04-23Merge branch 'tipc-next'David S. Miller14-205/+215
2014-04-23tipc: fix race in disc create/deleteYing Xue3-20/+37
2014-04-23tipc: use bc_lock to protect node map in bearer structureYing Xue3-12/+13
2014-04-23tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue1-1/+1
2014-04-23tipc: make media_ptr pointed netdevice validYing Xue1-0/+1
2014-04-23tipc: purge tipc_net_lock lockYing Xue7-100/+42
2014-04-23tipc: use RCU to protect media_ptr pointerYing Xue2-4/+11
2014-04-23tipc: decouple the relationship between bearer and linkYing Xue7-46/+88
2014-04-23tipc: convert bearer_list to RCU listYing Xue3-13/+18
2014-04-23tipc: use RTNL lock to protect tipc_net_stop routineYing Xue1-0/+2
2014-04-23tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue1-8/+3
2014-04-23tipc: replace config_mutex lock with RTNL lockYing Xue2-5/+3
2014-04-21Merge branch 'ndo_set_config'David S. Miller4-77/+0
2014-04-21stmmac: remove stmmac_configFlorian Fainelli1-22/+0
2014-04-21net: sxgbe: remove sxgbe_configFlorian Fainelli1-35/+0
2014-04-21net: cpmac: remove cpmac_configFlorian Fainelli1-14/+0
2014-04-21net: ethoc: remove ethoc_configFlorian Fainelli1-6/+0
2014-04-21hyperv: Add support for virtual Receive Side Scaling (vRSS)Haiyang Zhang4-34/+504
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan3-23/+22
2014-04-216lowpan: include net/net_namespace.h on 6lowpan namepsace headerLuis R. Rodriguez1-0/+1
2014-04-216lowpan: make lowpan_cb staticLuis R. Rodriguez1-1/+1
2014-04-216lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez2-16/+45
2014-04-21sctp: add support for busy polling to sctp protocolNeil Horman2-0/+9
2014-04-21net: sxgbe: make local functions staticJingoo Han1-8/+7
2014-04-21macvlan: Move broadcasts into a work queueHerbert Xu1-23/+93
2014-04-21net: Add __dev_forward_skbHerbert Xu2-18/+25
2014-04-21tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama1-0/+8
2014-04-21net: phy: at803x: use genphy_config_init()Daniel Mack1-33/+3
2014-04-21net: phy: export genphy_config_init()Daniel Mack2-1/+3
2014-04-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+10
2014-04-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+32
2014-04-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+16
2014-04-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds53-914/+1058
2014-04-19Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...Dave Airlie13-247/+152
2014-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds60-339/+659
2014-04-19Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-13/+169
2014-04-19Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-158/+280
2014-04-19Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds14-160/+92
2014-04-19Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds52-19978/+154
2014-04-19Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-907/+57
2014-04-19Merge tag 'usb-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds17-29/+151
2014-04-19Merge branch 'akpm' (incoming from Andrew)Linus Torvalds23-47/+85
2014-04-19thp: close race between split and zap huge pagesKirill A. Shutemov1-3/+10