summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-30net: lantiq_etop: make alignment match open parenthesisAleksander Jan Bajkowski1-17/+17
2021-12-30net: lantiq_etop: remove multiple assignmentsAleksander Jan Bajkowski1-1/+2
2021-12-30net: lantiq_etop: avoid precedence issuesAleksander Jan Bajkowski1-2/+2
2021-12-30net: lantiq_etop: replace strlcpy with strscpyAleksander Jan Bajkowski1-3/+3
2021-12-30ice: Add flow director support for channel modeKiran Patil8-25/+444
2021-12-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-David S. Miller2-45/+291
2021-12-30Merge branch 'prestera-router-driver'David S. Miller8-2/+623
2021-12-30net: marvell: prestera: Implement initial inetaddr notifiersYevhen Orlov1-0/+40
2021-12-30net: marvell: prestera: Register inetaddr stub notifiersYevhen Orlov3-1/+110
2021-12-30net: marvell: prestera: add hardware router objects accountingYevhen Orlov4-1/+255
2021-12-30net: marvell: prestera: Add prestera router infraYevhen Orlov4-1/+46
2021-12-30net: marvell: prestera: Add router interface ABIYevhen Orlov3-0/+127
2021-12-30net: marvell: prestera: add virtual router ABIYevhen Orlov2-0/+46
2021-12-29Merge branch 'lighten uapi/bpf.h rebuilds'Alexei Starovoitov9-8/+18
2021-12-29bpf: Invert the dependency between bpf-netns.h and netns/bpf.hJakub Kicinski2-8/+9
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski7-0/+9
2021-12-29Merge tag 'mlx5-fixes-2021-12-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-6/+7
2021-12-29Merge branch 'Sleepable local storage'Alexei Starovoitov8-49/+73
2021-12-29bpf/selftests: Update local storage selftest for sleepable programsKP Singh2-33/+11
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh6-16/+62
2021-12-29net/ncsi: check for error return from call to nla_put_u32Jiasheng Jiang1-1/+5
2021-12-29sun4i-emac.c: add dma supportConley Lee1-0/+200
2021-12-29net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helperNikolay Aleksandrov1-3/+3
2021-12-29net: fix use-after-free in tw_timer_handlerMuchun Song1-6/+4
2021-12-29selftests: net: Fix a typo in udpgro_fwd.shJianguo Wu1-1/+1
2021-12-29selftests/net: udpgso_bench_tx: fix dst ip argumentwujianguo1-1/+7
2021-12-29Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski27-1987/+2775
2021-12-29Merge branch 'net-bridge-mcast-add-and-enforce-query-interval-minimum'Jakub Kicinski5-6/+44
2021-12-29net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov5-3/+22
2021-12-29net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov5-3/+22
2021-12-29ipv6: raw: check passed optlen before readingTamir Duberstein1-0/+3
2021-12-29Merge branch 'net-define-new-hwtstamp-flag-and-return-it-to-userspace'Jakub Kicinski2-16/+27
2021-12-29Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu1-16/+26
2021-12-29net_tstamp: define new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-0/+1
2021-12-29Merge tag 's390-5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos2-5/+51
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos2-4/+182
2021-12-29igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos1-35/+46
2021-12-29igb: move SDP config initialization to separate functionRuud Bos1-8/+19
2021-12-29xsk: Initialise xskb free_list_nodeCiara Loftus1-0/+1
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang1-0/+6
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski70-1/+80
2021-12-29of: net: support NVMEM cells with MAC in text formatRafał Miłecki1-11/+22
2021-12-28net/mlx5e: Fix wrong features assignment in case of errorGal Pressman1-6/+5
2021-12-28net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan1-0/+2
2021-12-28libbpf: Improve LINUX_VERSION_CODE detectionAndrii Nakryiko3-17/+28
2021-12-28libbpf: Use 100-character limit to make bpf_tracing.h easier to readAndrii Nakryiko1-32/+22
2021-12-28libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko1-225/+152
2021-12-28Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-1/+20
2021-12-28Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski8-13/+15