summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne1-1/+5
2021-09-03tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long1-1/+1
2021-09-03net/rds: dma_map_sg is entitled to merge entriesGerd Rausch1-2/+2
2021-09-03rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-09-03ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-09-03ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-09-03SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust1-1/+2
2021-09-03net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti1-0/+7
2021-09-03ip_gre: add validation for csum_startShreyansh Chouhan1-0/+2
2021-09-03netfilter: conntrack: collect all entries in one cycleFlorian Westphal1-49/+22
2021-09-03netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik10-7/+85
2021-09-03net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang1-1/+1
2021-08-26mptcp: full fully established support after ADD_ADDRMatthieu Baerts1-7/+3
2021-08-26mptcp: fix memory leak on address flushPaolo Abeni1-32/+12
2021-08-26ovs: clear skb->tstamp in forwarding pathkaixi.fan1-0/+1
2021-08-26sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen1-1/+1
2021-08-26mac80211: fix locking in ieee80211_restart_work()Johannes Berg1-0/+2
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap1-3/+3
2021-08-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-1/+1
2021-08-18vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-08-18net: igmp: increase size of mr_ifc_countEric Dumazet1-1/+1
2021-08-18tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell1-1/+1
2021-08-18net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau1-2/+3
2021-08-18net: bridge: fix memleak in br_add_if()Yang Yingliang1-0/+2
2021-08-18net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov3-10/+6
2021-08-18net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet1-7/+14
2021-08-18net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa1-1/+6
2021-08-18net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu1-0/+3
2021-08-18net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce3-3/+5
2021-08-18net/smc: fix wait on already cleared linkKarsten Graul4-7/+33
2021-08-18netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng1-0/+6
2021-08-12net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov1-5/+44
2021-08-12xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker1-9/+8
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-24/+44
2021-08-12net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin1-1/+1
2021-08-12sctp: move the active_key update after sh_keys is addedXin Long1-5/+9
2021-08-12net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean3-8/+27
2021-08-12net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2-0/+7
2021-08-12net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin1-0/+10
2021-08-08Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman1-8/+8
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-08-08bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-08-08skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang1-5/+6
2021-08-08skmsg: Increase sk->sk_drops when dropping packetsCong Wang1-8/+14
2021-08-04can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel1-2/+7
2021-08-04sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner1-1/+1
2021-08-04bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend1-2/+2
2021-08-04net: llc: fix skb_over_panicPavel Skripkin2-2/+10
2021-08-04tipc: do not write skb_shinfo frags when doing decrytionXin Long1-10/+4
2021-08-04net: qrtr: fix memory leaksPavel Skripkin1-1/+5