aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-23netfilter: nfnl_hook: fix unused variable warningArnd Bergmann1-0/+2
2021-07-23netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-07-23netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal1-1/+6
2021-07-23netfilter: nft_last: avoid possible false sharingPablo Neira Ayuso1-7/+13
2021-07-23netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso1-1/+5
2021-07-23cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi1-4/+2
2021-07-23nl80211: limit band information in non-split dataJohannes Berg1-1/+4
2021-07-23mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau3-2/+23
2021-07-23mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau1-25/+32
2021-07-23mac80211: Do not strip skb headroom on monitor framesJohan Almbladh1-1/+2
2021-07-226lowpan: iphc: Fix an off-by-one check of array indexColin Ian King1-1/+2
2021-07-22Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter1-0/+5
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts1-2/+1
2021-07-22net: selftests: add MTU testOleksij Rempel1-0/+12
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-22net: switchdev: fix FDB entries towards foreign ports not getting propagated to usVladimir Oltean1-72/+142
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean8-85/+118
2021-07-22net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean3-0/+9
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean4-34/+90
2021-07-22net: bridge: switchdev: recycle unused hwdomsTobias Waldekranz3-39/+86
2021-07-22net: bridge: disambiguate offload_fwd_markTobias Waldekranz3-14/+25
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo1-0/+9
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo1-5/+9
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang2-2/+9
2021-07-21net: bridge: multicast: add context support for host-joined groupsNikolay Aleksandrov3-6/+7
2021-07-21net: bridge: multicast: add mdb context supportNikolay Aleksandrov1-3/+40
2021-07-21sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long1-2/+2
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet1-8/+30
2021-07-21net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov1-5/+9
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet1-1/+1
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko2-12/+38
2021-07-21sctp: update active_key for asoc when old key is being replacedXin Long1-0/+2
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-20/+1
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko3-21/+3
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman5-12/+320
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman1-2/+559
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman6-1/+461
2021-07-21net: switchdev: recurse into __switchdev_handle_fdb_del_to_deviceVladimir Oltean1-4/+4
2021-07-21net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov1-5/+44
2021-07-21xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2-0/+68
2021-07-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-20net: ipv4: add capability check for net administrationYang Yang1-3/+7
2021-07-20ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()Corey Minyard1-3/+1
2021-07-20net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-20net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2-105/+113
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean1-0/+190
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean1-1/+1
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean4-201/+247
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean3-38/+126
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean1-3/+8