summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-15ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet1-1/+1
2021-09-15net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-09-15ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-09-15ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-09-15Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin1-0/+6
2021-09-15mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang1-1/+3
2021-09-15Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng1-0/+8
2021-09-15Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi1-5/+1
2021-09-15Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King1-1/+1
2021-09-15net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin1-4/+4
2021-09-15tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau1-2/+3
2021-09-15netns: protect netns ID lookups with RCUGuillaume Nault1-18/+10
2021-09-156lowpan: iphc: Fix an off-by-one check of array indexColin Ian King1-1/+2
2021-09-15Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter1-0/+5
2021-09-12ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers1-2/+21
2021-09-12igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian1-0/+2
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne1-1/+5
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-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-03net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang1-1/+1
2021-08-26netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich1-5/+3
2021-08-26ovs: clear skb->tstamp in forwarding pathkaixi.fan1-0/+1
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap1-3/+3
2021-08-26Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø1-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: 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-18netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng1-0/+6
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-24/+44
2021-08-12sctp: move the active_key update after sh_keys is addedXin Long1-5/+9
2021-08-12net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2-0/+7
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-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-04net: llc: fix skb_over_panicPavel Skripkin2-2/+10
2021-08-04net: Set true network header for ECN decapsulationGilad Naaman1-1/+1
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-08-04netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-08-04netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal1-1/+6
2021-08-04cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi1-4/+2
2021-08-04can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan1-2/+18
2021-08-04can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong1-1/+1