aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-18vxlan: move vxlan device lookup before iptunnel_pull_headerJiri Benc1-12/+11
2016-02-18geneve: move geneve device lookup before iptunnel_pull_headerJiri Benc1-32/+44
2016-02-18geneve: implement geneve_get_sk_family helperJiri Benc1-9/+11
2016-02-18net: bridge: log port STP state on changeVivien Didelot5-15/+4
2016-02-18cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai4-61/+171
2016-02-18cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai3-73/+184
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck4-26/+45
2016-02-18i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck2-76/+84
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc2-2/+12
2016-02-18i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck2-2/+26
2016-02-18i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck2-30/+49
2016-02-18i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck2-51/+52
2016-02-18i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck2-36/+52
2016-02-18i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck2-26/+36
2016-02-18i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck2-10/+8
2016-02-18i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck5-87/+10
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal3-30/+6
2016-02-18nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal3-12/+2
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal4-31/+5
2016-02-18openvswitch: Revert: "Enable memory mapped Netlink i/o"Florian Westphal1-7/+3
2016-02-18netlink: remove mmapped netlink supportFlorian Westphal7-1140/+15
2016-02-18net_sched: Improve readability of filter processingJamal Hadi Salim1-1/+1
2016-02-18bridge: switchdev: Offload VLAN flags to hardware bridgeIdo Schimmel1-0/+11
2016-02-18net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518Stefan Roese1-0/+41
2016-02-18isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestampsAlison Schofield2-28/+6
2016-02-18net-sysfs: remove unused fmt_long_hexColin Ian King1-1/+0
2016-02-17i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.Catherine Sullivan2-2/+2
2016-02-17i40e: When in promisc mode apply promisc mode to Tx Traffic as wellAnjali Singhai Jain3-3/+12
2016-02-17i40e: clean event descriptor before useShannon Nelson2-10/+15
2016-02-17i40evf: set adapter state on reset failureMitch Williams1-0/+1
2016-02-17i40e: better error reporting for nvmupdateShannon Nelson2-20/+24
2016-02-17i40e: expand commentMitch Williams1-1/+5
2016-02-17i40e: Do not disable queues in the Legacy/MSI Interrupt handlerAnjali Singhai Jain2-23/+6
2016-02-17i40e/i40evf: avoid atomicsMitch Williams2-16/+26
2016-02-17i40e: Removal of code which relies on BASE VEB SEIDKiran Patil3-17/+4
2016-02-17i40e: Fix PROMISC mode for Multi-function per port (MFP) devicesAnjali Singhai Jain1-1/+3
2016-02-17i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain7-20/+40
2016-02-17i40e: trivial: cleanup use of pf->hwJesse Brandeburg1-4/+4
2016-02-17i40evf: support packet split receiveMitch Williams4-31/+110
2016-02-17i40e: drop unused debugfs file "dump"Jesse Brandeburg1-250/+0
2016-02-17i40e: get rid of magic numberMitch Williams1-1/+1
2016-02-17vxlan: treat vni in metadata based tunnels consistentlyJiri Benc1-4/+4
2016-02-17vxlan: clean up rx error pathJiri Benc1-21/+14
2016-02-17vxlan: clean up extension handling on rxJiri Benc1-30/+32
2016-02-17vxlan: move GBP header parsing to a separate functionJiri Benc1-14/+19
2016-02-17vxlan: simplify vxlan_remcsumJiri Benc1-14/+8
2016-02-17vxlan: keep flags and vni in network byte orderJiri Benc2-69/+116
2016-02-17vxlan: introduce vxlan_hdrJiri Benc2-10/+12
2016-02-17rocker: return -EOPNOTSUPP for undefined world opsJiri Pirko1-16/+17
2016-02-17rocker: move OF-DPA stuff into separate fileJiri Pirko3-2877/+2946