summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-15net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan3-12/+6
2021-12-15net/mlx5e: TC action parsing loopRoi Dayan1-42/+46
2021-12-15net/mlx5e: Add redirect ingress to tc action infraRoi Dayan5-51/+83
2021-12-15net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan6-28/+90
2021-12-15net/mlx5e: Add ct to tc action infraRoi Dayan5-30/+64
2021-12-15net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan7-261/+382
2021-12-15net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan5-34/+102
2021-12-15net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan8-221/+314
2021-12-15net/mlx5e: Add pedit to tc action infraRoi Dayan7-169/+222
2021-12-15net/mlx5e: Add csum to tc action infraRoi Dayan5-45/+67
2021-12-15net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan5-21/+81
2021-12-15net/mlx5e: Add goto to tc action infraRoi Dayan7-76/+99
2021-12-15net/mlx5e: Add tc action infrastructureRoi Dayan9-47/+297
2021-12-15bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann1-2/+65
2021-12-15bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann1-1/+8
2021-12-15bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2-0/+117
2021-12-15bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann1-3/+9
2021-12-15Merge branch 'mptcp-fixes-for-ulp-a-deadlock-and-netlink-docs'Jakub Kicinski3-11/+14
2021-12-15mptcp: add missing documented NL paramsMatthieu Baerts1-8/+10
2021-12-15mptcp: fix deadlock in __mptcp_push_pending()Maxim Galaganov1-1/+1
2021-12-15mptcp: clear 'kern' flag from fallback socketsFlorian Westphal1-1/+3
2021-12-15mptcp: remove tcp ulp setsockopt supportFlorian Westphal1-1/+0
2021-12-15Merge branch 'net-dsa-hellcreek-fix-handling-of-mgmt-protocols'Jakub Kicinski1-7/+80
2021-12-15net: dsa: hellcreek: Add missing PTP via UDP rulesKurt Kanzenbach1-4/+60
2021-12-15net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach1-1/+1
2021-12-15net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach1-0/+14
2021-12-15net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach1-2/+5
2021-12-15net: dev_replace_track() cleanupEric Dumazet1-6/+4
2021-12-15net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet1-1/+12
2021-12-15mptcp: adjust to use netns refcount trackerEric Dumazet1-1/+1
2021-12-15ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet1-1/+1
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski2-7/+10
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski1-1/+1
2021-12-14ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASKTony Nguyen1-2/+0
2021-12-14ice: Remove unnecessary castsDan Carpenter1-4/+2
2021-12-14ice: Propagate error codesTony Nguyen8-99/+45
2021-12-14ice: Remove excess error variablesTony Nguyen10-282/+223
2021-12-14ice: Cleanup after ice_status removalTony Nguyen28-350/+265
2021-12-14ice: Remove enum ice_statusTony Nguyen22-654/+568
2021-12-14ice: Use int for ice_statusTony Nguyen33-859/+863
2021-12-14ice: Remove string printing for ice_statusTony Nguyen9-236/+163
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek4-182/+272
2021-12-14ice: Refactor promiscuous functionsBrett Creeley4-102/+156
2021-12-14ice: refactor PTYPE validatingJeff Guo4-372/+133
2021-12-14ice: Add package PTYPE enable informationHaiyue Wang4-0/+98
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi1-1/+1
2021-12-14xsk: Do not sleep in poll() when need_wakeup setMagnus Karlsson1-2/+2
2021-12-14ibmvnic: remove unused definesDany Madden1-2/+0
2021-12-14ibmvnic: Update driver return codesDany Madden1-30/+34
2021-12-14Merge branch 'mlxsw-fixes'David S. Miller2-1/+32