aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-04bridge: remove a useless commentMichael S. Tsirkin1-1/+0
2014-08-02cxgb4i : remove spurious use of rcuAnish Bhatt1-9/+5
2014-08-02Merge branch 'concurrent_hash_tables'David S. Miller8-432/+1193
2014-08-02nftables: Convert nft_hash to use generic rhashtableThomas Graf1-236/+55
2014-08-02netlink: Convert netlink_lookup() to use RCU protected hash tableThomas Graf3-195/+119
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf4-1/+1019
2014-08-02Merge branch 'intel-next'David S. Miller17-33/+2393
2014-08-02i40evf: Fixed guest OS panic when removing vf driverSerey Kong1-2/+3
2014-08-02i40evf: fix memory leak on unused interfacesMitch Williams1-0/+24
2014-08-02i40evf: don't leak queue vectorsMitch Williams1-0/+2
2014-08-02i40evf: do not re-arm watchdog after removeAshish Shah1-0/+2
2014-08-02i40evf: future-proof vfr_stat state checkAshish Shah1-6/+17
2014-08-02i40e: remove support for vf unicast promiscuous modeAshish Shah1-10/+3
2014-08-02i40e: Minor comment changesAkeem G Abodunrin1-1/+1
2014-08-02i40evf: fix scan warning on sprintfJesse Brandeburg2-2/+3
2014-08-02i40e: disable local loopback on vmdq vsiShannon Nelson1-1/+0
2014-08-02i40e: use correct vf_id offset for virtchnl messageAshish Shah1-6/+13
2014-08-02i40e: expose debug_write_register requestShannon Nelson2-0/+32
2014-08-02i40e: adds FCoE to build and updates its documentationVasu Dev2-2/+6
2014-08-02i40e: Adds FCoE related code to i40e core driverVasu Dev11-11/+599
2014-08-02i40e: adds FCoE code to the i40e driverVasu Dev2-0/+1696
2014-08-02Merge branch 'amd-xgbe-next'David S. Miller3-23/+8
2014-08-02amd-xgbe-phy: Allow more time for Rx/Tx to become readyLendacky, Thomas1-3/+3
2014-08-02amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas2-20/+5
2014-08-02net: dnet: Use managed interfacesHimangi Saraogi1-34/+12
2014-08-02net: ks8851-ml: Use devm_ioremap_resourceHimangi Saraogi1-38/+21
2014-08-02cirrus: cs89x0: Use managed interfacesHimangi Saraogi1-25/+7
2014-08-02net: sh_eth: Add r8a7794 supportHisashi Nakamura2-0/+3
2014-08-02Merge branch 'be2net-next'David S. Miller5-42/+108
2014-08-02be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP4-12/+65
2014-08-02be2net: ignore VF mac address setting for the same macVasundhara Volam1-0/+6
2014-08-02be2net: ignore get/set profile FW cmd failuresSathya Perla1-30/+37
2014-08-02Merge branch 'inet-frags-next'David S. Miller6-79/+133
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov6-9/+35
2014-08-02inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov3-16/+15
2014-08-02inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov1-5/+9
2014-08-02inet: frags: enum the flag definitions and add descriptionsNikolay Aleksandrov1-11/+35
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov6-40/+40
2014-08-02inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov1-3/+4
2014-08-02dm9000: NULL dereferences on error in probe()Dan Carpenter1-2/+4
2014-08-02ipv4: remove nested rcu_read_lock/unlockDuan Jiong1-2/+0
2014-08-02Merge branch 'filter-next'David S. Miller22-238/+243
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov21-169/+183
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov5-14/+14
2014-08-02net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov5-10/+10
2014-08-02net: filter: rename sk_filter_proglen -> bpf_classic_proglenAlexei Starovoitov3-7/+6
2014-08-02net: filter: simplify socket chargingAlexei Starovoitov3-53/+45
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong4-7/+7
2014-07-31ISDN: pcbit: off by one bugs in pcbit_set_msn()Dan Carpenter1-2/+2
2014-07-31AX88179_178A: Add ethtool ops for EEE supportFreddy Xin1-0/+264