aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-10selftests: netfilter: Pass family parameter "-f" to conntrack toolChen Yi1-3/+9
2021-01-08Merge branch 'net-fix-issues-around-register_netdevice-failures'Jakub Kicinski4-36/+187
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski3-20/+18
2021-01-08docs: net: explain struct net_device lifetimeJakub Kicinski2-7/+166
2021-01-08ppp: fix refcount underflow on channel unbridgeTom Parkin1-3/+9
2021-01-08udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers1-1/+1
2021-01-08net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-08net: ipa: modem: add missing SET_NETDEV_DEV() for proper sysfs linksStephan Gerhold1-0/+1
2021-01-08Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds66-309/+746
2021-01-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+3
2021-01-08poll: fix performance regression due to out-of-line __put_user()Linus Torvalds1-3/+11
2021-01-08Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek5-30/+18
2021-01-07Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski13-66/+122
2021-01-07net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski1-3/+4
2021-01-07Merge branch 's390-qeth-fixes-2021-01-07'Jakub Kicinski4-17/+30
2021-01-07s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann3-10/+7
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann4-18/+34
2021-01-07Merge branch 'nexthop-various-fixes'Jakub Kicinski2-3/+5
2021-01-07selftests: fib_nexthops: Fix wrong mausezahn invocationIdo Schimmel1-1/+1
2021-01-07nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-07nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-07nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-07octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King1-3/+11
2021-01-07Merge branch 'bug-fixes-for-chtls-driver'Jakub Kicinski1-47/+24
2021-01-07chtls: Fix chtls resources release sequenceAyush Sawal1-4/+4
2021-01-07chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-07chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-07chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal1-3/+1
2021-01-07chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-07chtls: Remove invalid set_tcb callAyush Sawal1-3/+0
2021-01-07chtls: Fix hardware tid leakAyush Sawal1-36/+3
2021-01-07Merge tag 'gcc-plugins-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2021-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-7/+14
2021-01-07Merge branch 'net-fix-netfilter-defrag-ip-tunnel-pmtu-blackhole'Jakub Kicinski4-8/+214
2021-01-07net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2021-01-07net: fix pmtu check in nopmtudisc modeFlorian Westphal1-6/+5
2021-01-07selftests: netfilter: add selftest for ipip pmtu discovery with enabled connection trackingFlorian Westphal2-1/+208
2021-01-07docs: octeontx2: tune rst markupLukas Bulwahn1-26/+36
2021-01-07net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu1-0/+1
2021-01-07net/mlx5e: Fix two double free casesDinghao Liu1-0/+2
2021-01-07net/mlx5: Release devlink object if adev failsLeon Romanovsky1-2/+5
2021-01-07net/mlx5e: ethtool, Fix restriction of autoneg with 56GAya Levin1-6/+18
2021-01-07net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman1-0/+5
2021-01-07net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel1-14/+13
2021-01-07net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh3-7/+19
2021-01-07net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo1-28/+49
2021-01-07net/mlx5: Use port_num 1 instead of 0 when delete a RoCE addressMark Zhang1-1/+1
2021-01-07net/mlx5e: Add missing capability check for uplink followAya Levin2-2/+4