aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn5-13/+23
2016-01-07phy: Use phy_read() instead of mdiobus_read()Andrew Lunn1-68/+36
2016-01-07mdio: Move mdiobus_read/write operatings into mdio.hAndrew Lunn2-5/+7
2016-01-07phy: Consistently use addr for address on an MII busAndrew Lunn1-2/+2
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller3-0/+41
2016-01-06Driver: Vmxnet3: Fix regression caused by 5738a09Shrikrishna Khare2-6/+6
2016-01-06net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet1-11/+11
2016-01-06net: qmi_wwan: Add WeTelecom-WPD600NKristian Evensen1-0/+1
2016-01-06fsl/fman: double free on probe failureDan Carpenter1-1/+0
2016-01-06fsl/fman: fix the pause_time testDan Carpenter1-1/+1
2016-01-06mlxsw: core: remove an unnecessary conditionDan Carpenter1-1/+1
2016-01-06mkiss: fix scribble on freed memoryAlan1-0/+5
2016-01-06ethernet/atheros/alx: sanitize buffer sizing and paddingJarod Wilson3-12/+14
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-06mlxsw: Remember untagged VLANsElad Raz3-1/+17
2016-01-06mlxsw: Disable vlan_filtering for non .1D bridgeElad Raz1-0/+21
2016-01-06mlxsw: Renaming local variable names for consistencyElad Raz1-3/+3
2016-01-06mlxsw: Fixing vlans init rangeElad Raz1-1/+2
2016-01-06bridge: add vlan filtering change for new bridged deviceElad Raz1-0/+11
2016-01-06bridge: add vlan filtering change notificationElad Raz1-2/+16
2016-01-06switchdev: add bridge vlan_filtering attributeElad Raz1-0/+2
2016-01-06bridge: Propagate vlan add failure to userElad Raz1-1/+10
2016-01-06net: sched: fix missing free per cpu on qstatsJohn Fastabend1-1/+3
2016-01-06ARM: net: bpf: fix zero right shiftRabin Vincent1-1/+2
2016-01-06soreuseport: change consume_skb to kfree_skb in error caseCraig Gallek1-1/+1
2016-01-06soreuseport: pass skb to secondary UDP socket lookupCraig Gallek3-8/+59
2016-01-066pack: fix free memory scribblesOne Thousand Gnomes1-0/+6
2016-01-06mlxsw: pci: Adjust value of CPU egress traffic classIdo Schimmel1-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent5-56/+25
2016-01-06net: hns: avoid uninitialized variable warning:Arnd Bergmann1-25/+22
2016-01-05inet: kill unused skb_free opFlorian Westphal5-13/+1
2016-01-05bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa1-1/+4
2016-01-05include/uapi/linux/sockios.h: mark SIOCRTMSG unusedxypron.glpk@gmx.de1-1/+1
2016-01-05net/mlx5e: Add PTP Hardware Clock (PHC) supportEran Ben Elisha4-1/+106
2016-01-05net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha7-2/+279
2016-01-05net/mlx5_core: Introduce access function to read internal timerEran Ben Elisha4-6/+34
2016-01-05net/mlx5e: Do not modify the TX SKBAchiad Shochat3-34/+49
2016-01-05sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assocXin Long1-16/+1
2016-01-05sctp: drop the old assoc hashtable of sctpXin Long6-122/+3
2016-01-05sctp: apply rhashtable api to sctp procfsXin Long1-143/+173
2016-01-05sctp: apply rhashtable api to send/recv pathXin Long4-56/+29
2016-01-05sctp: add the rhashtable apis for sctp global transport hashtableXin Long3-0/+147
2016-01-05tile: provide CONFIG_PAGE_SIZE_64KB etc for tileproChris Metcalf2-9/+10
2016-01-04af_unix: Fix splice-bind deadlockRainer Weikusat1-26/+40
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern5-14/+33
2016-01-04soreuseport: BPF selection functional testCraig Gallek3-1/+469
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek22-44/+282
2016-01-04soreuseport: fast reuseport UDP socket selectionCraig Gallek5-35/+141
2016-01-04soreuseport: define reuseport groupsCraig Gallek4-1/+196