aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-19bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com5-4/+34
2013-12-19bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com5-27/+54
2013-12-19bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com5-2/+41
2013-12-19Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller19-113/+72
2013-12-19xen-netback: add gso_segs calculationPaul Durrant1-4/+15
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang1-2/+1
2013-12-19act_police: remove unnecessary null pointer checkYang Yingliang1-4/+2
2013-12-19sfc: fix sparse non static symbol warningWei Yongjun1-1/+1
2013-12-19net: skbuff: improve comment on checksummingDaniel Borkmann1-56/+75
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam4-0/+781
2013-12-193c59x: Add software timestampingMatthew Whitehead1-0/+4
2013-12-19lib: hash: follow-up fixups for arch hashFrancesco Fusco2-2/+3
2013-12-18isdn: use strlcpy() instead strcpy()Dan Carpenter1-1/+1
2013-12-18bridge: spelling fixestanxiaojun3-3/+3
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa9-7/+28
2013-12-18ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa2-3/+11
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa7-20/+12
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller694-3306/+6350
2013-12-18net: vmxnet3 calls skb_set_hashTom Herbert1-1/+2
2013-12-18net: sun-niu calls skb_set_hashTom Herbert1-4/+6
2013-12-18net: sfc calls skb_set_hashTom Herbert1-1/+2
2013-12-18net: vxge calls skb_set_hashTom Herbert1-1/+2
2013-12-18net: mlx4 calls skb_set_hashTom Herbert1-2/+6
2013-12-18net: sky2 calls skb_set_hashTom Herbert1-3/+3
2013-12-18net: emulex-benet calls skb_set_hashTom Herbert1-2/+2
2013-12-18net: cisco-enic calls skb_set_hashTom Herbert1-5/+6
2013-12-18net: cxgb4 calls skb_set_hashTom Herbert1-2/+4
2013-12-18net: bnx2x calls skb_set_hashTom Herbert1-4/+7
2013-12-18net: bnx2 calls skb_set_hashTom Herbert1-1/+2
2013-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-419/+243
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong2-11/+9
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong2-12/+10
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong3-72/+58
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong11-95/+97
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong11-114/+69
2013-12-18net_sched: act: use standard struct list_headWANG Cong13-99/+101
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong2-5/+0
2013-12-17igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny3-29/+24
2013-12-17igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny1-22/+44
2013-12-17ixgbe: Start temperature sensor attribute index with 1Guenter Roeck1-4/+4
2013-12-17ixgbe: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2-48/+36
2013-12-17ixgbevf: add DCB configuration into queue setupDon Skidmore2-138/+91
2013-12-17i40e: make functions static and remove dead codeStephen Hemminger3-90/+4
2013-12-17i40e: Fix off by one in i40e_dbg_command_writeAlan Cox1-1/+1
2013-12-17i40e: Bump version numberCatherine Sullivan1-1/+1
2013-12-17i40e: Fix wrong mask bits being used in misc interruptAnjali Singhai Jain1-2/+2
2013-12-17i40e: more print_hex_dump useShannon Nelson1-19/+11
2013-12-17i40e: fix up scanf decodersShannon Nelson1-3/+3
2013-12-17i40e: simplify error messages for dump descriptorShannon Nelson1-14/+2
2013-12-17i40e: prevent null pointer exception in dump descriptorShannon Nelson1-0/+6