aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-62/+65
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler2-25/+59
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean3-2/+102
2021-06-28net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean1-15/+29
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean4-19/+39
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean3-9/+9
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean5-12/+26
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2-14/+17
2021-06-28net: bridge: include the is_local bit in br_fdb_replayVladimir Oltean1-0/+1
2021-06-28xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski1-5/+6
2021-06-28net: tipc: replace align() with ALIGN in msg.cMenglong Dong1-8/+4
2021-06-28net: tipc: fix FB_MTU eat two pagesMenglong Dong3-11/+11
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller19-214/+250
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller38-729/+1341
2021-06-28mptcp: fix 'masking a bool' warningMatthieu Baerts1-1/+1
2021-06-28ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault1-0/+1
2021-06-28gre: let mac_header point to outer header only when necessaryGuillaume Nault1-1/+6
2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault1-0/+4
2021-06-28ipip: allow redirecting ipip and mplsip packets to eth devicesGuillaume Nault1-0/+2
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce1-2/+3
2021-06-25bpfilter: Specify the log level for the kmsg messageGary Lin1-1/+1
2021-06-24ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai1-5/+3
2021-06-24sctp: send the next probe immediately once the last one is ackedXin Long1-1/+4
2021-06-24sctp: do black hole detection in search complete stateXin Long1-7/+4
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2-29/+35
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7
2021-06-24bpf, sched: Remove unneeded rcu_read_lock() around BPF program invocationToke Høiland-Jørgensen2-5/+0
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen4-16/+49
2021-06-24bpf: Support all gso types in bpf_skb_change_proto()Maciej Żenczykowski1-20/+2
2021-06-24bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski1-4/+0
2021-06-24Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"Maciej Żenczykowski1-13/+9
2021-06-23devlink: Protect rate list with lock while switching modesDmytro Linkin1-0/+4
2021-06-23devlink: Remove eswitch mode check for mode set callDmytro Linkin1-11/+0
2021-06-23devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin1-0/+2
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima4-6/+29
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+40
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-40/+132
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin1-3/+0
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2-6/+41
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen12-176/+650
2021-06-23Revert "mac80211: HE STA disassoc due to QOS NULL not sent"Ping-Ke Shih1-4/+1
2021-06-23mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih1-5/+0
2021-06-23mac80211: fix NULL ptr dereference during mesh peer connection for non HE devicesAbinaya Kalaiselvan1-1/+3
2021-06-23mac80211: Enable power save after receiving NULL packet ACKBassem Dawood1-4/+3
2021-06-23mac80211: add HE 6 GHz capability only if supportedJohannes Berg1-4/+7
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg3-27/+103
2021-06-23mac80211: always include HE 6GHz capability in probe requestJohannes Berg1-1/+11
2021-06-23cfg80211: Support hidden AP discovery over 6GHz bandIlan Peer1-3/+13
2021-06-23mac80211: add vendor-specific capabilities to assoc requestJohannes Berg1-2/+10
2021-06-23cfg80211: allow advertising vendor-specific capabilitiesJohannes Berg1-0/+5