summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: coalesce slots in TX path and fix regressionsWei Liu2013-04-222-51/+242
* xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu2013-04-222-2/+16
* xen-netfront: frags -> slots in log messageWei Liu2013-04-221-2/+2
* be2net: enable IOMMU pass through for be2netCraig Hada2013-04-221-0/+5
* be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-RVasundhara Volam2013-04-223-26/+93
* be2net: Avoid flashing BE3 UFI on BE3-R chip.Vasundhara Volam2013-04-225-16/+37
* be2net: Don't log "Out of MCCQ wrbs" errorVasundhara Volam2013-04-221-3/+1
* be2net: Use TXQ_CREATE_V2 cmdVasundhara Volam2013-04-225-54/+41
* bnx2x: update version to 1.78.17-0Dmitry Kravkov2013-04-221-2/+2
* bnx2x: allow nvram test to run when device is downDmitry Kravkov2013-04-221-9/+10
* bnx2x: add additional regions for CRC memory testDmitry Kravkov2013-04-222-23/+185
* bnx2x: remove non-necessary assignmentDmitry Kravkov2013-04-221-4/+1
* bnx2x: fix byte-by-byte nvram write for BE machinesDmitry Kravkov2013-04-221-8/+7
* bnx2x: refactor nvram read procedureDmitry Kravkov2013-04-221-7/+21
* qeth: fix VLAN related compilation errorsPatrick McHardy2013-04-211-6/+10
* net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy2013-04-211-0/+1
* net: vlan: fix dummy function signatures for CONFIG_VLAN=nPatrick McHardy2013-04-211-3/+4
* net: vlan: fix memory leak in vlan_info_rcu_free()Patrick McHardy2013-04-211-3/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-1947-40/+122
|\
| * netfilter: xt_rpfilter: depend on raw or mangle tableFlorian Westphal2013-04-192-2/+2
| * netfilter: add my copyright statementsPatrick McHardy2013-04-1840-5/+66
| * netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy2013-04-083-16/+27
| * netfilter: ipv6: propagate routing errors from ip6_route_me_harder()Patrick McHardy2013-04-083-8/+13
| * netfilter: ipv4: propagate routing errors from ip_route_me_harder()Patrick McHardy2013-04-083-9/+14
* | bond: add support to read speed and duplex via ethtoolAndy Gospodarek2013-04-191-0/+32
* | packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann2013-04-191-34/+23
* | net: socket: move ktime2ts to ktime header apiDaniel Borkmann2013-04-192-16/+22
* | net: Add .gitignore to networking selftests directory.David S. Miller2013-04-191-0/+3
* | net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller2013-04-191-0/+3
* | Merge branch 'qlcnic'David S. Miller2013-04-1913-145/+1604
|\ \
| * | qlcnic: Update version to 5.2.41Rajesh Borundia2013-04-191-2/+2
| * | qlcnic: Support polling for mailbox events.Rajesh Borundia2013-04-194-1/+37
| * | qlcnic: Fix loopback test for SR-IOV PF.Rajesh Borundia2013-04-196-22/+78
| * | qlcnic: Support VLAN id config.Rajesh Borundia2013-04-198-29/+492
| * | qlcnic: Support MAC address, Tx rate config.Rajesh Borundia2013-04-194-3/+213
| * | qlcnic: VF reset recovery implementation.Rajesh Borundia2013-04-198-43/+440
| * | qlcnic: VF FLR implementation.Rajesh Borundia2013-04-194-18/+320
| * | qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia2013-04-197-30/+25
|/ /
* | Merge branch 'netlink-mmap'David S. Miller2013-04-1921-74/+1331
|\ \
| * | nfnetlink: add support for memory mapped netlinkPatrick McHardy2013-04-194-5/+17
| * | netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-196-21/+23
| * | netlink: add documentation for memory mapped I/OPatrick McHardy2013-04-191-0/+339
| * | netlink: add RX/TX-ring support to netlink diagPatrick McHardy2013-04-192-0/+42
| * | netlink: add flow control for memory mapped I/OPatrick McHardy2013-04-191-27/+61
| * | netlink: implement memory mapped recvmsg()Patrick McHardy2013-04-192-3/+143
| * | netlink: implement memory mapped sendmsg()Patrick McHardy2013-04-191-6/+129
| * | netlink: add mmap'ed netlink helper functionsPatrick McHardy2013-04-192-2/+190
| * | netlink: mmaped netlink: ring setupPatrick McHardy2013-04-194-2/+327
| * | netlink: add netlink_skb_set_owner_r()Patrick McHardy2013-04-191-3/+17
| * | netlink: don't orphan skb in netlink_trim()Patrick McHardy2013-04-191-1/+1