aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean4-8/+92
2021-06-29net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean1-23/+0
2021-06-29net: bridge: allow br_fdb_replay to be called for the bridge deviceVladimir Oltean1-1/+4
2021-06-29net: bridge: switchdev: send FDB notifications for host addressesTobias Waldekranz3-11/+11
2021-06-29net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean2-14/+21
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-28net: bridge: mrp: Update the Test frames for MRAHoratiu Vultur2-0/+38
2021-06-28Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller21-364/+449
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-26Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz1-1/+12
2021-06-26Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2021-06-26Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz1-22/+29
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka7-110/+111
2021-06-26Bluetooth: use inclusive language when tracking connectionsArchie Pusaka2-10/+11
2021-06-26Bluetooth: use inclusive language in HCI role commentsArchie Pusaka4-11/+11
2021-06-26Bluetooth: smp: Use the correct print formatKai Ye1-3/+3
2021-06-26Bluetooth: sco: Use the correct print formatKai Ye1-4/+4
2021-06-26Bluetooth: msft: Use the correct print formatKai Ye1-1/+1
2021-06-26Bluetooth: mgmt: Use the correct print formatKai Ye2-10/+10
2021-06-26Bluetooth: amp: Use the correct print formatKai Ye1-3/+3
2021-06-26Bluetooth: a2mp: Use the correct print formatKai Ye1-12/+12
2021-06-26Bluetooth: 6lowpan: Use the correct print formatKai Ye1-8/+8
2021-06-26Bluetooth: hidp: Use the correct print formatKai Ye1-3/+3
2021-06-26Bluetooth: cmtp: Use the correct print formatKai Ye1-11/+11
2021-06-26Bluetooth: bnep: Use the correct print formatKai Ye1-4/+4
2021-06-26Bluetooth: use inclusive language in commentsArchie Pusaka3-5/+5
2021-06-26Bluetooth: use inclusive language in SMPArchie Pusaka3-40/+42
2021-06-26Bluetooth: use inclusive language in HCI LE featuresArchie Pusaka1-7/+7
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka2-9/+9
2021-06-26Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz1-0/+3
2021-06-26Bluetooth: mgmt: Fix the command returns garbage parameter valueTedd Ho-Jeong An1-0/+2
2021-06-26Bluetooth: disable filter dup when scan for adv monitorYun-Hao Chung1-5/+41