aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: llc: fix skb_over_panicPavel Skripkin2021-07-272-2/+10
* sctp: delete addr based on sin6_scope_idChen Shen2021-07-261-2/+3
* sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-1/+5
* sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-252-26/+30
* devlink: Fix phys_port_name of virtual port and merge errorParav Pandit2021-07-251-8/+2
* tipc: do not write skb_shinfo frags when doing decrytionXin Long2021-07-241-10/+4
* can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong2021-07-241-1/+1
* can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel2021-07-241-2/+7
* can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-07-241-2/+18
* Merge tag 'mac80211-for-net-2021-07-23' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-07-237-33/+63
|\
| * cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-07-231-4/+2
| * nl80211: limit band information in non-split dataJohannes Berg2021-07-231-1/+4
| * mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-07-233-2/+23
| * mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau2021-07-231-25/+32
| * mac80211: Do not strip skb headroom on monitor framesJohan Almbladh2021-07-231-1/+2
* | net: qrtr: fix memory leaksPavel Skripkin2021-07-231-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-07-236-10/+41
|\ \
| * | netfilter: nfnl_hook: fix unused variable warningArnd Bergmann2021-07-231-0/+2
| * | netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso2021-07-231-1/+3
| * | netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal2021-07-231-1/+6
| * | netfilter: nft_last: avoid possible false sharingPablo Neira Ayuso2021-07-231-7/+13
| * | netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso2021-07-231-1/+5
| * | netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu2021-07-171-0/+12
* | | ipv6: decrease hop limit counter in ip6_forward()Kangmin Park2021-07-231-2/+3
* | | net: Set true network header for ECN decapsulationGilad Naaman2021-07-231-1/+1
* | | tipc: fix sleeping in tipc accept routineHoang Le2021-07-231-5/+4
* | | tipc: fix implicit-connect for SYN+Xin Long2021-07-231-8/+13
| |/ |/|
* | 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