Age | Commit message (Expand) | Author | Files | Lines |
2016-04-26 | net: remove NETDEV_TX_LOCKED support | Florian Westphal | 6 | -49/+9 |
2016-04-26 | drivers: net: remove NETDEV_TX_LOCKED | Florian Westphal | 5 | -26/+6 |
2016-04-26 | drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED | Florian Westphal | 5 | -13/+21 |
2016-04-26 | atle1: remove LLTX support and TX_UNLOCKED | Florian Westphal | 2 | -12/+1 |
2016-04-26 | atl1c: remove private tx lock | Florian Westphal | 2 | -13/+1 |
2016-04-26 | RDMA/nes: remove use of NETDEV_TX_LOCKED | Florian Westphal | 1 | -8/+5 |
2016-04-26 | Merge branch 'get_phy_device-retval' | David S. Miller | 5 | -5/+5 |
2016-04-26 | of_mdio: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 1 | -1/+1 |
2016-04-26 | mdio_bus: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 1 | -1/+1 |
2016-04-26 | fixed_phy: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 1 | -1/+1 |
2016-04-26 | xgene: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 1 | -1/+1 |
2016-04-26 | phylib: don't return NULL from get_phy_device() | Sergei Shtylyov | 1 | -1/+1 |
2016-04-26 | sh_eth: get rid of the 2nd parameter to sh_eth_dev_init() | Sergei Shtylyov | 1 | -14/+9 |
2016-04-26 | sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli... | Xin Long | 1 | -1/+5 |
2016-04-26 | macvtap: check minor when unregistering | Francesco Ruggeri | 1 | -0/+3 |
2016-04-26 | macvlan: fix failure during registration v3 | Francesco Ruggeri | 1 | -6/+4 |
2016-04-26 | Merge branch 'qed-bandwidth-config' | David S. Miller | 7 | -62/+491 |
2016-04-26 | qed: Add PF min bandwidth configuration support | Manish Chopra | 6 | -2/+104 |
2016-04-26 | qed: Add PF max bandwidth configuration support | Manish Chopra | 4 | -57/+165 |
2016-04-26 | qed: Add vport WFQ configuration APIs | Manish Chopra | 5 | -4/+223 |
2016-04-26 | Merge branch 'cxgb4-next' | David S. Miller | 8 | -87/+281 |
2016-04-26 | cxgb4: Decode link down reason code obtained from firmware | Hariprasad Shenai | 3 | -0/+40 |
2016-04-26 | cxgb4: Don't assume FW_PORT_CMD reply is always port info msg | Hariprasad Shenai | 2 | -37/+74 |
2016-04-26 | cxgb4: DCB message handler needs to use correct portid to netdev mapping | Hariprasad Shenai | 2 | -3/+4 |
2016-04-26 | cxgb4: Refactor t4_port_init function | Hariprasad Shenai | 2 | -40/+55 |
2016-04-26 | cxgb4: Properly decode port module type | Hariprasad Shenai | 1 | -0/+11 |
2016-04-26 | cxgb4: Avoids race and deadlock while freeing tx descriptor | Hariprasad Shenai | 1 | -0/+2 |
2016-04-26 | cxgb4: Add llseek operation for flash debugfs entry | Hariprasad Shenai | 1 | -0/+1 |
2016-04-26 | cxgb4: add new routine to get adapter info | Hariprasad Shenai | 4 | -8/+95 |
2016-04-26 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 19 | -167/+356 |
2016-04-26 | Merge branch 'nla_align-set-4' | David S. Miller | 48 | -98/+211 |
2016-04-26 | sched: align nlattr properly when needed | Nicolas Dichtel | 33 | -37/+72 |
2016-04-26 | neigh: align nlattr properly when needed | Nicolas Dichtel | 1 | -1/+2 |
2016-04-26 | rtnl: align nlattr properly when needed | Nicolas Dichtel | 1 | -2/+2 |
2016-04-26 | ovs: align nlattr properly when needed | Nicolas Dichtel | 2 | -12/+17 |
2016-04-26 | sock_diag: align nlattr properly when needed | Nicolas Dichtel | 4 | -7/+13 |
2016-04-26 | fs/quota: use nla_put_u64_64bit() | Nicolas Dichtel | 2 | -5/+8 |
2016-04-26 | drivers/wireless: use nla_put_u64_64bit() | Nicolas Dichtel | 2 | -1/+2 |
2016-04-26 | macsec: use nla_put_u64_64bit() | Nicolas Dichtel | 3 | -33/+95 |
2016-04-26 | Merge branch 'ila-csum-neutral' | David S. Miller | 5 | -118/+259 |
2016-04-26 | ila: add checksum neutral ILA translations | Tom Herbert | 5 | -15/+112 |
2016-04-26 | ila: xlat changes | Tom Herbert | 1 | -69/+34 |
2016-04-26 | ila: Add struct definitions and helpers | Tom Herbert | 4 | -82/+161 |
2016-04-26 | net: tsi108: use NULL for pointer-typed argument | Julia Lawall | 1 | -1/+2 |
2016-04-26 | Merge branch 'hns-debug-dsaf' | David S. Miller | 16 | -496/+610 |
2016-04-26 | dts: hisi: update hns dst for separating dsaf dev support | Yisen.Zhuang\(Zhuangyuzeng\) | 1 | -42/+30 |
2016-04-26 | Documentation: Bindings: add port-idx-in-ae for enet node | Yisen.Zhuang\(Zhuangyuzeng\) | 1 | -1/+29 |
2016-04-26 | Documentation: Bindings: Update DT binding for separating dsaf dev support | Yisen.Zhuang\(Zhuangyuzeng\) | 1 | -10/+49 |
2016-04-26 | net: hns: add attribute port-mode-offset for dsaf port node | Yisen.Zhuang\(Zhuangyuzeng\) | 3 | -25/+30 |
2016-04-26 | net: hns: add attribute port-rst-offset for dsaf port node | Yisen.Zhuang\(Zhuangyuzeng\) | 3 | -17/+19 |