summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne
2021-09-03tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long
2021-09-03net/rds: dma_map_sg is entitled to merge entriesGerd Rausch
2021-09-03rtnetlink: Return correct error on changing device netnsAndrey Ignatov
2021-09-03ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-09-03ipv6: use siphash in rt6_exception_hash()Eric Dumazet
2021-09-03SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust
2021-09-03net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti
2021-09-03ip_gre: add validation for csum_startShreyansh Chouhan
2021-09-03netfilter: conntrack: collect all entries in one cycleFlorian Westphal
2021-09-03netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik
2021-09-03net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang
2021-08-26mptcp: full fully established support after ADD_ADDRMatthieu Baerts
2021-08-26mptcp: fix memory leak on address flushPaolo Abeni
2021-08-26ovs: clear skb->tstamp in forwarding pathkaixi.fan
2021-08-26sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen
2021-08-26mac80211: fix locking in ieee80211_restart_work()Johannes Berg
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2021-08-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha
2021-08-18vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)
2021-08-18net: igmp: increase size of mr_ifc_countEric Dumazet
2021-08-18tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell
2021-08-18net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau
2021-08-18net: bridge: fix memleak in br_add_if()Yang Yingliang
2021-08-18net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov
2021-08-18net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet
2021-08-18net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa
2021-08-18net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu
2021-08-18net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce
2021-08-18net/smc: fix wait on already cleared linkKarsten Graul
2021-08-18netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng
2021-08-12net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov
2021-08-12xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-08-12net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin
2021-08-12sctp: move the active_key update after sh_keys is addedXin Long
2021-08-12net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean
2021-08-12net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki
2021-08-12net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin
2021-08-08Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar
2021-08-08bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend
2021-08-08skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang
2021-08-08skmsg: Increase sk->sk_drops when dropping packetsCong Wang
2021-08-04can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel
2021-08-04sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner
2021-08-04bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend
2021-08-04net: llc: fix skb_over_panicPavel Skripkin
2021-08-04tipc: do not write skb_shinfo frags when doing decrytionXin Long
2021-08-04net: qrtr: fix memory leaksPavel Skripkin