summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: act_tunnel_key: fix metadata handlingVlad Buslov2019-02-281-9/+9
* drivers: net: phy: mdio-mux: Add support for Generic Mux controlsPankaj Bansal2019-02-273-0/+135
* dt-bindings: net: Add bindings for mdio mux consumersPankaj Bansal2019-02-271-0/+82
* route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-276-6/+13
* Merge branch 'net-Remove-switchdev_ops'David S. Miller2019-02-2713-83/+204
|\
| * net: Remove switchdev_opsFlorian Fainelli2019-02-279-57/+0
| * net: switchdev: Replace port attr set SDO with a notificationFlorian Fainelli2019-02-272-30/+31
| * staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+21
| * net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-273-0/+30
| * mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+12
| * net: dsa: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+18
| * rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+18
| * switchdev: Add SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-272-0/+78
|/
* Revert "net: sched: fw: don't set arg->stop in fw_walk() when empty"Vlad Buslov2019-02-271-1/+4
* ethtool: Use explicit designated initializers for .cmdLi RongQing2019-02-271-2/+2
* net: sched: pie: fix 64-bit divisionLeslie Monis2019-02-271-1/+1
* net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing2019-02-261-1/+1
* Merge branch 'tcp-cleanups'David S. Miller2019-02-265-34/+28
|\
| * tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-261-7/+6
| * tcp: use tcp_md5_needed for timewait socketsEric Dumazet2019-02-261-8/+13
| * tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-264-6/+6
| * tcp: get rid of __tcp_add_write_queue_tail()Eric Dumazet2019-02-261-6/+1
| * tcp: get rid of tcp_check_send_head()Eric Dumazet2019-02-262-7/+2
|/
* tc-testing: gitignore, ignore local tdc config fileVlad Buslov2019-02-261-0/+1
* net: sched: fix typo in walker_check_empty()Vlad Buslov2019-02-261-2/+2
* net: sched: pie: fix mistake in reference linkLeslie Monis2019-02-261-1/+1
* mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing2019-02-261-3/+0
* Merge branch 'vxlan-create-and-changelink-extack-support'David S. Miller2019-02-263-67/+224
|\
| * tools: selftests: rtnetlink: add testcases for vxlan flag setsRoopa Prabhu2019-02-261-0/+52
| * vxlan: add extack support for create and changelinkRoopa Prabhu2019-02-262-67/+172
|/
* Merge branch 'devlink-make-ethtool-compat-reliable'David S. Miller2019-02-2620-136/+90
|\
| * devlink: require non-NULL ops for devlink instancesJakub Kicinski2019-02-261-26/+22
| * devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski2019-02-262-11/+15
| * nfp: remove ethtool flashing fallbackJakub Kicinski2019-02-261-24/+0
| * nfp: add .ndo_get_devlinkJakub Kicinski2019-02-264-0/+15
| * devlink: create a special NDO for getting the devlink instanceJakub Kicinski2019-02-263-39/+33
| * net: devlink: turn devlink into a built-inJakub Kicinski2019-02-2613-39/+8
|/
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-266-39/+14
* net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-251-1/+1
* net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei2019-02-251-1/+1
* net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei2019-02-251-1/+1
* net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-251-2/+1
* Merge branch 'pie-next'David S. Miller2019-02-252-43/+66
|\
| * net: sched: pie: update referencesMohit P. Tahiliani2019-02-251-3/+1
| * net: sched: pie: add derandomization mechanismMohit P. Tahiliani2019-02-251-1/+27
| * net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani2019-02-252-34/+33
| * net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani2019-02-251-2/+2
| * net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani2019-02-251-1/+1