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-15sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-35/+62
2021-09-15net: qrtr: make checks in qrtr_endpoint_post() stricterDan Carpenter1-2/+6
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-15SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+15
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-15devlink: Clear whole devlink_flash_notify structLeon Romanovsky1-2/+2
2021-09-15Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi1-5/+1
2021-09-15net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean3-19/+0
2021-09-15net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean1-10/+0
2021-09-15Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King1-1/+1
2021-09-15devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky1-12/+20
2021-09-15Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An1-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-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-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-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