aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong2-5/+0
2013-12-18net: phy: spi_ks8995: fix checkpatch errorsFlorian Fainelli1-2/+2
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli2-139/+139
2013-12-18net: phy: micrel: fix checkpath errorsFlorian Fainelli1-2/+2
2013-12-18net: phy: mdio_bus: fix checkpath errorFlorian Fainelli1-2/+2
2013-12-18net: phy: lxt: fix checkpath errorsFlorian Fainelli1-2/+2
2013-12-18net: phy: icplus: fix checkpath errorFlorian Fainelli1-1/+1
2013-12-18net: phy: dp83640: fix checkpath errorFlorian Fainelli1-2/+2
2013-12-18net: phy: davicom: fix checkpath errorsFlorian Fainelli1-1/+1
2013-12-18net: phy: cicada: fix checkpath errorsFlorian Fainelli1-2/+2
2013-12-18packet: deliver VLAN TPID to userspaceAtzm Watanabe2-14/+24
2013-12-18packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe2-2/+4
2013-12-18packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe1-0/+7
2013-12-18bna: Update the Driver Version to 3.2.23.0Rasesh Mody1-1/+1
2013-12-18bna: Firmware Patch SimplificationRasesh Mody4-30/+626
2013-12-18bna: Embed SKB Length in TX VectorRasesh Mody2-2/+5
2013-12-18bna: Handle the TX Setup FailuresRasesh Mody1-2/+10
2013-12-18bna: Add NULL Check Before Dereferencing TCBRasesh Mody1-5/+5
2013-12-18bna: CQ Read FixRasesh Mody1-1/+22
2013-12-18bna: RX Processing and Config ChangesRasesh Mody2-3/+8
2013-12-18bna: Enable Multi Buffer RXRasesh Mody6-125/+343
2013-12-18bna: RX Filter EnhancementsRasesh Mody5-56/+266
2013-12-18bna: Fix Filter Add DelRasesh Mody4-65/+74
2013-12-18bna: Set Get IOC fw StateRasesh Mody3-12/+67
2013-12-18bna: Add software timestamping supportRasesh Mody2-0/+3
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller28-2/+31
2013-12-17qeth: Accurate ethtool outputEugene Crosser3-49/+185
2013-12-17netiucv: improve state checking in conn_action_txdoneUrsula Braun1-2/+6
2013-12-17bpf_exp: free duplicated labels at exit timeDaniel Borkmann1-7/+20
2013-12-17bpf_dbg: always close socket in bpf_runnableDaniel Borkmann1-1/+1
2013-12-17qlcnic: update version to 5.3.53Manish Chopra1-2/+2
2013-12-17qlcnic: Support for 16 virtual NIC functions.Jitendra Kalsaria8-95/+186
2013-12-17qlcnic: VLAN enhancement for 84XX adaptersManish Chopra8-112/+407
2013-12-17qlcnic: Allow single Tx/Rx queue for all adapters.Himanshu Madhani3-12/+4
2013-12-17qlcnic: Refactor initialize nic code path.Sucheta Chakraborty4-21/+15
2013-12-17qlcnic: Issue INIT_NIC command only once.Sucheta Chakraborty5-39/+10
2013-12-17qlcnic: Disable DCB operations from SR-IOV VFs.Sucheta Chakraborty6-21/+11
2013-12-17net: Add utility function to copy skb hashTom Herbert2-2/+7
2013-12-17net: Add function to set the rxhashTom Herbert1-0/+40
2013-12-17net: Add utility functions to clear rxhashTom Herbert5-12/+22
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert10-17/+17
2013-12-17net/hsr: using kfree_rcu() to simplify the codeWei Yongjun1-9/+4
2013-12-17bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com5-12/+39
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com5-7/+37
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com5-18/+40
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com5-16/+41
2013-12-17bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com5-43/+83
2013-12-17pkt_sched: fq: more robust memory allocationEric Dumazet1-6/+28
2013-12-17bondnl: use be32 nla put/get for be32 valuesJiri Pirko1-2/+2
2013-12-17bnad: make local variable staticstephen hemminger2-2/+1