summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-8/+8
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-3/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean2021-07-243-1/+12
* mpls: defer ttl decrement in mpls_forward()Kangmin Park2021-07-231-1/+1
* net: dsa: tag_dsa: offload the bridge forwarding processTobias Waldekranz2021-07-231-8/+44
* net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-233-1/+86
* net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-235-6/+114
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-2324-75/+190
|\
| * net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-221-1/+1
| * net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo2021-07-211-0/+9
| * net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo2021-07-211-5/+9
| * tcp: disable TFO blackhole logic by defaultWei Wang2021-07-212-2/+9
| * sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long2021-07-211-2/+2
| * udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-212-12/+38
| * sctp: update active_key for asoc when old key is being replacedXin Long2021-07-211-0/+2
| * ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni2021-07-201-1/+1
| * net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-201-4/+8
| * net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean2021-07-201-1/+1
| * ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin2021-07-201-1/+1
| * net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-191-3/+16
| * netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi2021-07-181-9/+11
| * sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-181-0/+4
| * net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-181-1/+4
| * net: Fix zero-copy head len calculation.Pravin B Shelar2021-07-181-1/+4
| * net: decnet: Fix sleeping inside in af_decnetYajun Deng2021-07-161-15/+12
| * skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas2021-07-161-1/+12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-155-11/+26
| |\
| | * bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-151-1/+1
| | * bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-151-1/+1
| | * bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-151-5/+11
| | * xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-131-4/+10
| | * bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo2021-07-121-0/+3
| * | net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan2021-07-151-1/+2
| * | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-151-4/+16
* | | net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-235-47/+74
* | | net: socket: simplify dev_ifconf handlingArnd Bergmann2021-07-232-71/+43
* | | net: socket: remove register_gifconfArnd Bergmann2021-07-232-36/+11
* | | net: socket: rework SIOC?IFMAP ioctlsArnd Bergmann2021-07-232-50/+54
* | | ethtool: improve compat ioctl handlingArnd Bergmann2021-07-232-140/+121
* | | 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