aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski4-6/+6
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-8/+8
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-3/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski1-1/+1
2021-07-24net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWITCHDEV=nVladimir Oltean3-1/+12
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park1-1/+1
2021-07-23net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz1-8/+44
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean3-1/+86
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean1-0/+3
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz5-6/+114
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller24-75/+190
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann5-47/+74
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann2-71/+43
2021-07-23net: socket: remove register_gifconfArnd Bergmann2-36/+11
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann2-50/+54
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann2-140/+121
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-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-20net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8