summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-191-1/+1
* udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-191-1/+2
* net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur2021-01-191-2/+2
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-195-7/+11
* ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-191-1/+1
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-191-0/+1
* Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2021-01-184-39/+49
|\
| * mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi2021-01-141-1/+1
| * mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau2021-01-141-1/+1
| * mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau2021-01-141-12/+15
| * mac80211: fix fast-rx encryption checkFelix Fietkau2021-01-141-0/+2
| * mac80211: fix incorrect strlen of .write in debugfsShayne Chen2021-01-141-24/+20
| * cfg80211: Save the regulatory domain with a lockIlan Peer2021-01-081-1/+10
* | skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-171-1/+5
* | net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-161-2/+6
* | net_sched: gen_estimator: support large ewma logEric Dumazet2021-01-161-4/+7
* | net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-161-1/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-161-1/+2
|\ \
| * | bpf: Reject too big ctx_size_in for raw_tp test runSong Liu2021-01-141-1/+2
* | | cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-161-9/+13
* | | Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-1423-121/+202
|\ \ \
| * | | mptcp: fix locking in mptcp_disconnect()Paolo Abeni2021-01-141-2/+7
| * | | net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan2021-01-141-3/+9
| * | | net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-141-2/+7
| * | | net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2021-01-142-2/+2
| * | | net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-141-1/+4
| * | | can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp2021-01-131-0/+1
| * | | rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-131-1/+1
| * | | rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-131-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-132-0/+4
| |\ \ \
| | * | | netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu2021-01-111-0/+1
| | * | | netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer2021-01-101-0/+3
| * | | | net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-133-10/+16
| * | | | smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski2021-01-131-1/+2
| * | | | mptcp: better msk-level shutdown.Paolo Abeni2021-01-131-45/+17
| * | | | mptcp: more strict state checking for acksPaolo Abeni2021-01-131-1/+1
| * | | | net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean2021-01-131-0/+4
| * | | | net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean2021-01-131-0/+10
| * | | | net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata2021-01-131-1/+1
| * | | | esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-122-12/+2
| * | | | net: compound page support in skb_seq_readWillem de Bruijn2021-01-121-5/+23
| | |/ / | |/| |
| * | | tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-091-2/+7
| * | | net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-091-1/+40
| |/ /
| * | net: make sure devices go through netdev_wait_all_refsJakub Kicinski2021-01-091-10/+4
| * | net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-093-20/+18
| * | docs: net: explain struct net_device lifetimeJakub Kicinski2021-01-091-1/+1
| * | udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-091-1/+1
| * | net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-091-1/+19
| |/
* | Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-01-121-1/+1
|\ \
| * | net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-101-1/+1