summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz2021-08-032-56/+57
* Bluetooth: HCI: Add proper tracking for enable status of adv instancesLuiz Augusto von Dentz2021-08-031-0/+28
* Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi2021-07-291-0/+15
* Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An2021-07-281-1/+1
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-07-283-16/+23
* 6lowpan: iphc: Fix an off-by-one check of array indexColin Ian King2021-07-221-1/+2
* Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter2021-07-221-0/+5
* ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts2021-07-221-2/+1
* net: selftests: add MTU testOleksij Rempel2021-07-221-0/+12
* net: switchdev: fix FDB entries towards foreign ports not getting propagated ...Vladimir Oltean2021-07-221-72/+142
* net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-228-85/+118
* net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean2021-07-223-0/+9
* net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-224-34/+90
* net: bridge: switchdev: recycle unused hwdomsTobias Waldekranz2021-07-223-39/+86
* net: bridge: disambiguate offload_fwd_markTobias Waldekranz2021-07-223-14/+25
* net: bridge: multicast: add context support for host-joined groupsNikolay Aleksandrov2021-07-213-6/+7
* net: bridge: multicast: add mdb context supportNikolay Aleksandrov2021-07-211-3/+40
* tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet2021-07-211-8/+30
* net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov2021-07-211-5/+9
* tcp: avoid indirect call in tcp_new_space()Eric Dumazet2021-07-211-1/+1
* net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-20/+1
* net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-213-21/+3
* ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman2021-07-215-12/+320
* ipv6: ioam: IOAM Generic Netlink APIJustin Iurman2021-07-211-2/+559
* ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-216-1/+461
* net: switchdev: recurse into __switchdev_handle_fdb_del_to_deviceVladimir Oltean2021-07-211-4/+4
* net: ipv4: add capability check for net administrationYang Yang2021-07-201-3/+7
* net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-07-202-105/+113
* net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean2021-07-201-0/+190
* net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean2021-07-201-1/+1
* net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-204-201/+247
* net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean2021-07-203-38/+126
* net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-3/+8
* net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-7/+3
* net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-201-53/+61
* net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean2021-07-203-16/+1
* net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-0/+33
* net: dsa: tag_8021q: use symbolic error namesVladimir Oltean2021-07-201-10/+10
* net: dsa: tag_8021q: use "err" consistently instead of "rc"Vladimir Oltean2021-07-201-23/+23
* net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2021-07-203-91/+18
* Merge branch 'veth-flexible-channel-numbers'David S. Miller2021-07-2012-19/+22
|\
| * memcg: enable accounting for scm_fp_list objectsVasily Averin2021-07-201-2/+2
| * memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin2021-07-201-2/+3
| * memcg: enable accounting for VLAN group arrayVasily Averin2021-07-201-1/+1
| * memcg: enable accounting for inet_bin_bucket cacheVasily Averin2021-07-202-2/+4
| * memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-206-9/+9
| * memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin2021-07-201-3/+3
* | Merge branch 'bridge-vlan-multicast'David S. Miller2021-07-2014-826/+1773
|\|
| * net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov2021-07-203-1/+46
| * net: bridge: vlan: notify when global options changeNikolay Aleksandrov2021-07-201-1/+79