aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan8-54/+52
2016-04-05fm10k: Move constants to the right of binary operatorsBruce Allan3-12/+12
2016-04-05i40e/i40evf: Bump patch from 1.4.25 to 1.5.1Catherine Sullivan2-4/+4
2016-04-05i40e: Change comment to reflect correct function nameMitch Williams1-1/+1
2016-04-05i40evf: Add additional check for resetMitch Williams1-0/+2
2016-04-05i40e: Change unknown event error msg to ignore messageShannon Nelson1-1/+1
2016-04-05i40e: Added code to prevent double resetsMitch Williams1-4/+7
2016-04-05i40e: Notify VFs of all resetsMitch Williams1-2/+2
2016-04-05i40e: Remove timer and task only if createdShannon Nelson1-2/+4
2016-04-05Merge branch 'mlxsw-next'David S. Miller3-18/+57
2016-04-05mlxsw: spectrum: Add support for physical port namesIdo Schimmel1-3/+42
2016-04-05switchdev: Use switch ID in suggested udev ruleIdo Schimmel1-14/+14
2016-04-05mlxsw: spectrum: Reduce number of supported 802.1D bridgesIdo Schimmel1-1/+1
2016-04-05i40e: Assure that adminq is alive in debug modeShannon Nelson1-7/+6
2016-04-05i40e: Remove MSIx only if createdShannon Nelson1-1/+1
2016-04-05i40e: Fix up return codeJesse Brandeburg1-3/+3
2016-04-05i40e: Save off VSI resource count when updating VSIKevin Scott1-0/+6
2016-04-05i40e/i40evf: Remove I40E_MAX_USER_PRIORITY defineCatherine Sullivan1-1/+0
2016-04-05i40e/i40evf: Fix casting in transmit codeJesse Brandeburg2-4/+6
2016-04-05i40e/i40evf: Add support for bulk free in Tx cleanupAlexander Duyck2-18/+22
2016-04-05i40e/i40evf: Fix handling of boolean logic in polling routinesAlexander Duyck2-10/+16
2016-04-05i40evf: remove dead codeAlan Cox1-10/+1
2016-04-05i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8KAlexander Duyck5-15/+83
2016-04-05i40e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-7/+3
2016-04-04Merge branch 'tcp-udp-misc'David S. Miller23-578/+401
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet1-1/+4
2016-04-04ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet1-0/+1
2016-04-04tcp: increment sk_drops for listenersEric Dumazet5-8/+24
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet4-13/+29
2016-04-04sock_diag: add SK_MEMINFO_DROPSEric Dumazet2-0/+2
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet10-163/+134
2016-04-04inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet1-16/+15
2016-04-04tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet3-10/+5
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet2-8/+1
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet6-358/+171
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet2-1/+15
2016-04-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller17-327/+390
2016-04-04Merge branch 'mv88e6131-hw-bridging-6185'David S. Miller2-27/+118
2016-04-04net: dsa: mv88e6131: enable hardware bridgingVivien Didelot1-0/+11
2016-04-04net: dsa: mv88e6xxx: map destination addresses for 6185Vivien Didelot1-1/+2
2016-04-04net: dsa: mv88e6xxx: support 256 databasesVivien Didelot1-1/+35
2016-04-04net: dsa: mv88e6xxx: variable number of databasesVivien Didelot1-4/+34
2016-04-04net: dsa: mv88e6xxx: protect FID registers accessVivien Didelot1-19/+23
2016-04-04net: dsa: mv88e6xxx: protect SID register accessVivien Didelot1-2/+13
2016-04-04ixgbe: Add support for toggling VLAN filtering flag via ethtoolAlexander Duyck1-13/+14
2016-04-04ixgbe: Extend cls_u32 offload to support UDP headersAmritha Nambiar2-9/+18
2016-04-04ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore7-0/+30
2016-04-04ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov3-1/+33
2016-04-04ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad7-7/+98
2016-04-04ixgbevf: Add support for generic Tx checksumsAlexander Duyck1-61/+43