summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix a not link up issue when fibre port supports autonegJian Shen2020-03-051-1/+3
* slip: make slhc_compress() more robust against malicious packetsEric Dumazet2020-03-051-4/+10
* drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin2020-03-041-0/+1
* cxgb4: fix checks for max queues to allocateVishal Kulkarni2020-03-041-22/+27
* phylink: Improve error message when validate failedHauke Mehrtens2020-03-041-1/+7
* net: phy: bcm63xx: fix OOPS due to missing driver nameJonas Gorski2020-03-041-0/+1
* devlink: remove trigger command from devlink-region.rstJacob Keller2020-03-041-3/+0
* docs: networking: net_failover: Fix a few typosJonathan Neuschäfer2020-03-041-3/+3
* net: dsa: fix phylink_start()/phylink_stop() callsRussell King2020-03-043-12/+30
* Merge branch 'Fix-IPv6-peer-route-update'David S. Miller2020-03-032-11/+64
|\
| * selftests/net/fib_tests: update addr_metric_test for peer route testingHangbin Liu2020-03-031-3/+31
| * net/ipv6: remove the old peer route if change it to a new oneHangbin Liu2020-03-031-4/+17
| * net/ipv6: need update peer route when modify metricHangbin Liu2020-03-031-4/+16
|/
* Merge branch 'net-add-missing-netlink-policies'David S. Miller2020-03-0311-12/+40
|\
| * nfc: add missing attribute validation for vendor subcommandJakub Kicinski2020-03-031-0/+2
| * nfc: add missing attribute validation for deactivate targetJakub Kicinski2020-03-031-0/+1
| * nfc: add missing attribute validation for SE APIJakub Kicinski2020-03-031-0/+1
| * tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-031-0/+1
| * team: add missing attribute validation for array indexJakub Kicinski2020-03-031-0/+1
| * team: add missing attribute validation for port ifindexJakub Kicinski2020-03-031-0/+1
| * net: taprio: add missing attribute validation for txtime delayJakub Kicinski2020-03-031-0/+1
| * net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-031-0/+1
| * openvswitch: add missing attribute validation for hashJakub Kicinski2020-03-031-0/+1
| * macsec: add missing attribute validation for portJakub Kicinski2020-03-031-0/+1
| * can: add missing attribute validation for terminationJakub Kicinski2020-03-031-0/+1
| * nl802154: add missing attribute validation for dev_typeJakub Kicinski2020-03-031-0/+1
| * nl802154: add missing attribute validationJakub Kicinski2020-03-031-0/+5
| * fib: add missing attribute validation for tun_idJakub Kicinski2020-03-031-0/+1
| * devlink: validate length of region addr/lenJakub Kicinski2020-03-031-0/+2
| * devlink: validate length of param valuesJakub Kicinski2020-03-031-12/+19
|/
* Merge branch 'bnxt_en-2-bug-fixes'David S. Miller2020-03-022-15/+13
|\
| * bnxt_en: fix error handling when flashing from fileEdwin Peer2020-03-021-13/+11
| * bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam2020-03-021-2/+2
|/
* net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit2020-03-022-1/+3
* net: dsa: sja1105: Don't destroy not-yet-created xmit_workerVladimir Oltean2020-03-011-1/+2
* net/ipv6: use configured metric when add peer routeHangbin Liu2020-03-011-3/+3
* net: dsa: mv88e6xxx: fix lockup on warm bootRussell King2020-03-011-1/+7
* atm: nicstar: fix if-statement empty body warningRandy Dunlap2020-03-011-1/+1
* netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso2020-03-011-1/+1
* r8152: check disconnect status after long sleepYou-Sheng Yang2020-03-011-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-2870-536/+1062
|\
| * net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn2020-02-271-2/+2
| * mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen2020-02-271-1/+1
| * sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)2020-02-271-3/+35
| * vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-273-13/+12
| * unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller2020-02-271-1/+1
| * Merge branch 'net-rmnet-fix-several-bugs'David S. Miller2020-02-275-107/+98
| |\
| | * net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo2020-02-271-0/+3
| | * net: rmnet: fix bridge mode bugsTaehee Yoo2020-02-274-77/+64
| | * net: rmnet: use upper/lower device infrastructureTaehee Yoo2020-02-271-19/+16