aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-23e1000e: Cleanup use of deprecated DEFINE_PCI_DEVICE_TABLEDavid Ertman1-1/+1
2014-04-23e1000e: Cleanup checkpatch extra spaceDavid Ertman1-4/+4
2014-04-23e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman6-0/+23
2014-04-23e1000e: Cleanup return values in ethtoolDavid Ertman2-6/+6
2014-04-23ixgbevf: remove 82599 from the module descriptionEmil Tantilov1-1/+1
2014-04-23ixgbe: improve mac filter handlingJacob Keller3-68/+172
2014-04-22ixgbe: change handling of multicast filtersJacob Keller3-9/+53
2014-04-22ixgbe: remove vlan_filter_disable and enable functionsJacob Keller1-34/+6
2014-04-22ixgbe: Use out-of-line function for register readsMark Rustad2-15/+28
2014-04-22ixgbe: convert low_water into an arrayJacob Keller7-35/+57
2014-04-22audit: send multicast messages only if there are listenersRichard Guy Briggs1-0/+3
2014-04-22audit: add netlink multicast group for log readRichard Guy Briggs2-4/+55
2014-04-22audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs3-2/+17
2014-04-22netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs1-1/+3
2014-04-22netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs4-24/+56
2014-04-22netlink: simplify nfnetlink_bindRichard Guy Briggs1-5/+2
2014-04-22filter: added BPF random opcodeChema Gonzalez6-2/+39
2014-04-22vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-22be2net: Support for configurable RSS hash keyVenkata Duvvuru5-31/+113
2014-04-22ethtool: Support for configurable RSS hash keyVenkata Duvvuru3-14/+252
2014-04-22neterion/s2io: remove unused s2io_start_tx_queue routineYing Xue1-9/+0
2014-04-22tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26
2014-04-22ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit1-4/+16
2014-04-22tipc: fix race in disc create/deleteYing Xue3-20/+37
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue3-12/+13
2014-04-22tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue1-1/+1
2014-04-22tipc: make media_ptr pointed netdevice validYing Xue1-0/+1
2014-04-22tipc: purge tipc_net_lock lockYing Xue7-100/+42
2014-04-22tipc: use RCU to protect media_ptr pointerYing Xue2-4/+11
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue7-46/+88
2014-04-22tipc: convert bearer_list to RCU listYing Xue3-13/+18
2014-04-22tipc: use RTNL lock to protect tipc_net_stop routineYing Xue1-0/+2
2014-04-22tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue1-8/+3
2014-04-22tipc: replace config_mutex lock with RTNL lockYing Xue2-5/+3
2014-04-22i40e/i40evf: Bump build versionsCatherine Sullivan2-2/+2
2014-04-22i40e: Tweak for-loop in i40e_ethtool.cCatherine Sullivan1-3/+5
2014-04-22i40e: Cleanup if/else statementsCatherine Sullivan1-26/+8
2014-04-22i40e: rework fdir setup and teardownShannon Nelson1-40/+17
2014-04-22i40e: use generic vsi_open to unquiesce vsiShannon Nelson1-1/+1
2014-04-22i40e: abstract the close path for better netdev vsisShannon Nelson1-15/+16
2014-04-22i40e: prep vsi_open logic for non-netdev casesShannon Nelson1-15/+18
2014-04-22i40e/i40evf: update AdminQ APIShannon Nelson2-58/+24
2014-04-21i40e/i40evf: add tracking to NVM busy stateShannon Nelson4-0/+47
2014-04-21i40e: Fix an issue with displaying IPv4 FD filtersAnjali Singhai Jain1-0/+6
2014-04-21i40e: Remove a FW workaroundCatherine Sullivan1-3/+0
2014-04-21i40e/i40evf: Bump build versionsCatherine Sullivan2-4/+4
2014-04-21i40e: Enable VF Tx bandwidth settingMitch Williams4-2/+98
2014-04-21i40e: Reset the VF upon conflicting VLAN configurationGreg Rose1-1/+25
2014-04-21i40e/i40evf: unhide and enable to one prefena fieldJesse Brandeburg4-0/+5
2014-04-21i40e: Add bridge FDB add/del/dump opsGreg Rose1-0/+97