summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski
2021-07-24net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park
2021-07-23net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann
2021-07-23net: socket: remove register_gifconfArnd Bergmann
2021-07-23net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts
2021-07-22net: selftests: add MTU testOleksij Rempel
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng
2021-07-22net: switchdev: fix FDB entries towards foreign ports not getting propagated ...Vladimir Oltean
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-22net: bridge: switchdev: recycle unused hwdomsTobias Waldekranz
2021-07-22net: bridge: disambiguate offload_fwd_markTobias Waldekranz
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang
2021-07-21net: bridge: multicast: add context support for host-joined groupsNikolay Aleksandrov
2021-07-21net: bridge: multicast: add mdb context supportNikolay Aleksandrov
2021-07-21sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet
2021-07-21net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko
2021-07-21sctp: update active_key for asoc when old key is being replacedXin Long
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman
2021-07-21net: switchdev: recurse into __switchdev_handle_fdb_del_to_deviceVladimir Oltean
2021-07-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni
2021-07-20net: ipv4: add capability check for net administrationYang Yang