summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-04netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCKYueHaibing1-2/+0
2020-10-04mptcp: ADD_ADDRs with echo bit are smallerMatthieu Baerts3-6/+8
2020-10-04dt-bindings: net: dsa: b53: Fix full duplex in exampleKurt Kanzenbach1-3/+3
2020-10-04dt-bindings: net: dsa: b53: Specify unit address in hexKurt Kanzenbach1-1/+1
2020-10-04net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean1-5/+5
2020-10-04bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-10-04net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-10-04net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+3
2020-10-04usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-04Merge branch 'net-sched-Add-actions-for-MPLS-L2-VPNs'David S. Miller8-18/+145
2020-10-04net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault2-0/+19
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault6-18/+126
2020-10-04net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King1-1/+1
2020-10-04net/smc: use an array to check fields in system EIDKarsten Graul1-1/+1
2020-10-04net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul1-1/+17
2020-10-04Merge branch 'Add-Seville-Ethernet-switch-to-T1040RDB'David S. Miller2-0/+185
2020-10-04powerpc: dts: t1040rdb: add ports for Seville Ethernet switchVladimir Oltean1-0/+107
2020-10-04powerpc: dts: t1040: add bindings for Seville Ethernet switchVladimir Oltean1-0/+78
2020-10-04tcp: account total lost packets properlyYuchung Cheng1-0/+10
2020-10-04Merge branch 'net-iucv-next'David S. Miller2-6/+4
2020-10-04net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann1-5/+3
2020-10-04net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann1-1/+1
2020-10-04net: remove NETDEV_HW_ADDR_T_SLAVETaehee Yoo1-3/+2
2020-10-04Merge branch 'genetlink-per-op-policy-export'David S. Miller4-40/+247
2020-10-04genetlink: allow dumping command-specific policyJakub Kicinski2-5/+37
2020-10-04genetlink: properly support per-op policy dumpingJohannes Berg2-10/+102
2020-10-04genetlink: factor skb preparation out of ctrl_dumppolicy()Johannes Berg1-6/+19
2020-10-04netlink: rework policy dump to support multiple policiesJohannes Berg3-24/+90
2020-10-04netlink: compare policy more accuratelyJohannes Berg1-4/+8
2020-10-03Merge branch 'genetlink-support-per-command-policy-dump'David S. Miller36-244/+334
2020-10-03genetlink: switch control commands to per-op policiesJakub Kicinski1-3/+11
2020-10-03genetlink: use parsed attrs in dumppolicyJakub Kicinski1-7/+2
2020-10-03taskstats: move specifying netlink policy back to opsJakub Kicinski1-36/+10
2020-10-03genetlink: bring back per op policyJakub Kicinski2-5/+17
2020-10-03genetlink: use .start callback for dumppolicyJakub Kicinski1-24/+24
2020-10-03genetlink: add a structure for dump stateJakub Kicinski3-31/+39
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski32-102/+107
2020-10-03genetlink: add small version of opsJakub Kicinski3-47/+135
2020-10-03genetlink: reorg struct genl_familyJakub Kicinski1-5/+5
2020-10-03Merge branch 'dpaa2-eth-add-devlink-parser-error-drop-trap-support'David S. Miller7-2/+671
2020-10-03dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei3-1/+385
2020-10-03dpaa2-eth: add basic devlink supportIoana Ciornei4-1/+119
2020-10-03devlink: add .trap_group_action_set() callbackIoana Ciornei2-0/+28
2020-10-03devlink: add parser error drop packet trapsIoana Ciornei3-0/+139
2020-10-03Merge branch 'ionic-error-recovery'David S. Miller4-88/+134
2020-10-03ionic: add new bad firmware error codeShannon Nelson2-0/+3
2020-10-03ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-03ionic: refill lif identity after fw_upShannon Nelson3-14/+22
2020-10-03ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-03ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20