summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-09-151-1/+1
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-151-1/+1
* ipv4: make exception cache less predictibleEric Dumazet2021-09-151-16/+30
* ipv6: make exception cache less predictibleEric Dumazet2021-09-151-1/+4
* Bluetooth: add timeout sanity check to hci_inquiryPavel Skripkin2021-09-151-0/+6
* mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-09-151-1/+3
* Bluetooth: Move shutdown callback before flushing tx and rx queueKai-Heng Feng2021-09-151-0/+8
* devlink: Clear whole devlink_flash_notify structLeon Romanovsky2021-09-151-2/+2
* Bluetooth: fix repeated calls to sco_sock_killDesmond Cheong Zhi Xi2021-09-151-5/+1
* Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflowColin Ian King2021-09-151-1/+1
* devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky2021-09-151-12/+20
* Bluetooth: mgmt: Fix wrong opcode in the response for add_adv cmdTedd Ho-Jeong An2021-09-151-1/+1
* net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin2021-09-151-4/+4
* tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-09-151-2/+3
* 6lowpan: iphc: Fix an off-by-one check of array indexColin Ian King2021-09-151-1/+2
* Bluetooth: sco: prevent information leak in sco_conn_defer_accept()Dan Carpenter2021-09-151-0/+5
* netfilter: nftables: clone set element expression templatePablo Neira Ayuso2021-09-121-8/+28
* netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso2021-09-121-22/+24
* netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-09-122-7/+10
* igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-09-121-0/+2
* net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne2021-09-031-1/+5
* tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long2021-09-031-1/+1
* net/rds: dma_map_sg is entitled to merge entriesGerd Rausch2021-09-031-2/+2
* rtnetlink: Return correct error on changing device netnsAndrey Ignatov2021-09-031-1/+2
* ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-09-031-6/+6
* ipv6: use siphash in rt6_exception_hash()Eric Dumazet2021-09-031-6/+14
* net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti2021-09-031-0/+7
* ip_gre: add validation for csum_startShreyansh Chouhan2021-09-031-0/+2
* netfilter: conntrack: collect all entries in one cycleFlorian Westphal2021-09-031-49/+22
* bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song2021-09-031-1/+5
* net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang2021-09-031-1/+1
* ovs: clear skb->tstamp in forwarding pathkaixi.fan2021-08-261-0/+1
* sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen2021-08-261-1/+1
* dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap2021-08-261-3/+3
* Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø2021-08-261-1/+1
* net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-08-261-1/+1
* vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)2021-08-181-2/+5
* net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-181-1/+1
* tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell2021-08-181-1/+1
* net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau2021-08-181-2/+3
* net: bridge: fix memleak in br_add_if()Yang Yingliang2021-08-181-0/+2
* net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov2021-08-183-10/+6
* net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean2021-08-183-8/+27
* net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-181-7/+14
* net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa2021-08-181-1/+6
* net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu2021-08-181-0/+3
* net/smc: fix wait on already cleared linkKarsten Graul2021-08-184-7/+33
* netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng2021-08-181-0/+6
* net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov2021-08-121-5/+44
* xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-08-121-9/+8