summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean2020-10-041-5/+5
* bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-2/+2
* net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-2/+1
* net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-2/+3
* usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-1/+1
* Merge branch 'net-sched-Add-actions-for-MPLS-L2-VPNs'David S. Miller2020-10-048-18/+145
|\
| * net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault2020-10-042-0/+19
| * net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-046-18/+126
|/
* net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King2020-10-041-1/+1
* net/smc: use an array to check fields in system EIDKarsten Graul2020-10-041-1/+1
* net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul2020-10-041-1/+17
* Merge branch 'Add-Seville-Ethernet-switch-to-T1040RDB'David S. Miller2020-10-042-0/+185
|\
| * powerpc: dts: t1040rdb: add ports for Seville Ethernet switchVladimir Oltean2020-10-041-0/+107
| * powerpc: dts: t1040: add bindings for Seville Ethernet switchVladimir Oltean2020-10-041-0/+78
|/
* tcp: account total lost packets properlyYuchung Cheng2020-10-041-0/+10
* Merge branch 'net-iucv-next'David S. Miller2020-10-042-6/+4
|\
| * net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann2020-10-041-5/+3
| * net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann2020-10-041-1/+1
|/
* net: remove NETDEV_HW_ADDR_T_SLAVETaehee Yoo2020-10-041-3/+2
* Merge branch 'genetlink-per-op-policy-export'David S. Miller2020-10-034-40/+247
|\
| * genetlink: allow dumping command-specific policyJakub Kicinski2020-10-032-5/+37
| * genetlink: properly support per-op policy dumpingJohannes Berg2020-10-032-10/+102
| * genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg2020-10-031-6/+19
| * netlink: rework policy dump to support multiple policiesJohannes Berg2020-10-033-24/+90
| * netlink: compare policy more accuratelyJohannes Berg2020-10-031-4/+8
|/
* Merge branch 'genetlink-support-per-command-policy-dump'David S. Miller2020-10-0336-244/+334
|\
| * genetlink: switch control commands to per-op policiesJakub Kicinski2020-10-031-3/+11
| * genetlink: use parsed attrs in dumppolicyJakub Kicinski2020-10-031-7/+2
| * taskstats: move specifying netlink policy back to opsJakub Kicinski2020-10-031-36/+10
| * genetlink: bring back per op policyJakub Kicinski2020-10-032-5/+17
| * genetlink: use .start callback for dumppolicyJakub Kicinski2020-10-031-24/+24
| * genetlink: add a structure for dump stateJakub Kicinski2020-10-033-31/+39
| * genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-0332-102/+107
| * genetlink: add small version of opsJakub Kicinski2020-10-033-47/+135
| * genetlink: reorg struct genl_familyJakub Kicinski2020-10-031-5/+5
|/
* Merge branch 'dpaa2-eth-add-devlink-parser-error-drop-trap-support'David S. Miller2020-10-037-2/+671
|\
| * dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei2020-10-033-1/+385
| * dpaa2-eth: add basic devlink supportIoana Ciornei2020-10-034-1/+119
| * devlink: add .trap_group_action_set() callbackIoana Ciornei2020-10-032-0/+28
| * devlink: add parser error drop packet trapsIoana Ciornei2020-10-033-0/+139
|/
* Merge branch 'ionic-error-recovery'David S. Miller2020-10-034-88/+134
|\
| * ionic: add new bad firmware error codeShannon Nelson2020-10-032-0/+3
| * ionic: use lif ident for filter countShannon Nelson2020-10-031-9/+10
| * ionic: refill lif identity after fw_upShannon Nelson2020-10-033-14/+22
| * ionic: disable all queue napi contexts on timeoutShannon Nelson2020-10-031-26/+21
| * ionic: check qcq ptr in ionic_qcq_disableShannon Nelson2020-10-031-11/+20
| * ionic: clear linkcheck bit on alloc failShannon Nelson2020-10-031-1/+3
| * ionic: drain the work queueShannon Nelson2020-10-031-10/+13
| * ionic: contiguous memory for notifyqShannon Nelson2020-10-031-22/+47
|/
* Merge branch 's390-net-next'David S. Miller2020-10-039-160/+202
|\