aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds29-134/+247
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-11/+28
2021-07-28af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-07-28net: let flow have same hash in two directionszhang kai1-9/+9
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner1-1/+1
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-6/+0
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend1-2/+2
2021-07-27net: llc: fix skb_over_panicPavel Skripkin2-2/+10
2021-07-26sctp: delete addr based on sin6_scope_idChen Shen1-2/+3
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long1-1/+5
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long2-26/+30
2021-07-25devlink: Fix phys_port_name of virtual port and merge errorParav Pandit1-8/+2
2021-07-24tipc: do not write skb_shinfo frags when doing decrytionXin Long1-10/+4
2021-07-24can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP.DT to 750msZhang Changzhong1-1/+1
2021-07-24can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel1-2/+7
2021-07-24can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan1-2/+18
2021-07-23Merge tag 'mac80211-for-net-2021-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-33/+63
2021-07-23net: qrtr: fix memory leaksPavel Skripkin1-1/+5
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-10/+41
2021-07-23ipv6: decrease hop limit counter in ip6_forward()Kangmin Park1-2/+3
2021-07-23net: Set true network header for ECN decapsulationGilad Naaman1-1/+1
2021-07-23tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-07-23tipc: fix implicit-connect for SYN+Xin Long1-8/+13
2021-07-23netfilter: nfnl_hook: fix unused variable warningArnd Bergmann1-0/+2
2021-07-23netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-07-23netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal1-1/+6
2021-07-23netfilter: nft_last: avoid possible false sharingPablo Neira Ayuso1-7/+13
2021-07-23netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso1-1/+5
2021-07-23cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi1-4/+2
2021-07-23nl80211: limit band information in non-split dataJohannes Berg1-1/+4
2021-07-23mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau3-2/+23
2021-07-23mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau1-25/+32
2021-07-23mac80211: Do not strip skb headroom on monitor framesJohan Almbladh1-1/+2
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
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-21sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long1-2/+2
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-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-20net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-20net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean1-1/+1
2021-07-20ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin1-1/+1
2021-07-19net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet1-3/+16
2021-07-18netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi1-9/+11
2021-07-18sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long1-0/+4
2021-07-18net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin1-1/+4
2021-07-18net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4