summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven2021-01-191-2/+2
* net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-192-0/+8
* Merge branch 'ipv4-ensure-ecn-bits-don-t-influence-source-address-validation'Jakub Kicinski2021-01-192-2/+3
|\
| * 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
|/
* Merge branch 'sh_eth-fix-reboot-crash'Jakub Kicinski2021-01-193-2/+33
|\
| * sh_eth: Make PHY access aware of Runtime PM to fix reboot crashGeert Uytterhoeven2021-01-191-0/+26
| * mdio-bitbang: Export mdiobb_{read,write}()Geert Uytterhoeven2021-01-192-2/+7
|/
* 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-186-7/+14
* Merge branch 'ipv6-fixes-for-the-multicast-routes'Jakub Kicinski2021-01-181-1/+2
|\
| * ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-181-1/+1
| * ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-181-0/+1
|/
* Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2021-01-186-40/+54
|\
| * 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: fix a kerneldoc markupMauro Carvalho Chehab2021-01-141-1/+1
| * cfg80211: Save the regulatory domain with a lockIlan Peer2021-01-081-1/+10
| * cfg80211/mac80211: fix kernel-doc for SAR APIsJohannes Berg2021-01-082-1/+5
* | net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnextRasmus Villemoes2021-01-181-0/+4
* | net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean2021-01-181-3/+1
* | skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-161-1/+5
* | net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-151-2/+6
* | net_sched: gen_estimator: support large ewma logEric Dumazet2021-01-151-4/+7
* | net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-151-1/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-1514-115/+128
|\ \
| * | MAINTAINERS: Update my email addressBjörn Töpel2021-01-152-2/+4
| * | selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti2021-01-132-1/+41
| * | bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti2021-01-131-0/+2
| * | bpf: Reject too big ctx_size_in for raw_tp test runSong Liu2021-01-131-1/+2
| * | libbpf: Allow loading empty BTFsAndrii Nakryiko2021-01-121-5/+0
| * | bpf: Allow empty module BTFsAndrii Nakryiko2021-01-121-1/+1
| * | bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-121-2/+3
| * | bpf: Update local storage test to check handling of null ptrsKP Singh2021-01-122-97/+61
| * | bpf: Fix typo in bpf_inode_storage.cKP Singh2021-01-121-2/+2
| * | bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-122-2/+8
| * | bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-121-2/+4
* | | cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-151-9/+13
* | | octeontx2-af: Fix missing check bugs in rvu_cgx.cYingjie Wang2021-01-151-0/+6
* | | Merge tag 'linux-kselftest-fixes-5.11-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-01-141-2/+4
|\ \ \
| * | | selftests: Skip BPF seftests by defaultMark Brown2021-01-041-2/+4
* | | | Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-1454-223/+569
|\ \ \ \
| * | | | 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-142-4/+10
| * | | | Merge branch 'maintainers-remove-inactive-folks-from-networking'Jakub Kicinski2021-01-142-8/+25
| |\ \ \ \
| | * | | | MAINTAINERS: dccp: move Gerrit Renker to CREDITSJakub Kicinski2021-01-142-2/+5
| | * | | | MAINTAINERS: ipvs: move Wensong Zhang to CREDITSJakub Kicinski2021-01-142-1/+4