summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-08-04net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin
2021-08-03VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi
2021-08-03mptcp: drop unused rcu member in mptcp_pm_addr_entryGeliang Tang
2021-08-03sctp: move the active_key update after sh_keys is addedXin Long
2021-08-03net: really fix the build...David S. Miller
2021-08-02net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean
2021-08-02net/sched: taprio: Fix init procedureYannick Vignon
2021-08-02net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-28af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi
2021-07-28net: let flow have same hash in two directionszhang kai
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend
2021-07-27net: llc: fix skb_over_panicPavel Skripkin
2021-07-26sctp: delete addr based on sin6_scope_idChen Shen
2021-07-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long
2021-07-25devlink: Fix phys_port_name of virtual port and merge errorParav Pandit
2021-07-24tipc: do not write skb_shinfo frags when doing decrytionXin Long
2021-07-24can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong
2021-07-24can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel
2021-07-24can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan
2021-07-23Merge tag 'mac80211-for-net-2021-07-23' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-07-23net: qrtr: fix memory leaksPavel Skripkin
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-07-23ipv6: decrease hop limit counter in ip6_forward()Kangmin Park
2021-07-23net: Set true network header for ECN decapsulationGilad Naaman
2021-07-23tipc: fix sleeping in tipc accept routineHoang Le
2021-07-23tipc: fix implicit-connect for SYN+Xin Long
2021-07-23netfilter: nfnl_hook: fix unused variable warningArnd Bergmann
2021-07-23netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso
2021-07-23netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal
2021-07-23netfilter: nft_last: avoid possible false sharingPablo Neira Ayuso
2021-07-23netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso
2021-07-23cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi
2021-07-23nl80211: limit band information in non-split dataJohannes Berg
2021-07-23mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau
2021-07-23mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau
2021-07-23mac80211: Do not strip skb headroom on monitor framesJohan Almbladh
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang