summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet2020-02-111-2/+10
* compat_ioctl: handle SIOCOUTQNSDArnd Bergmann2020-02-111-0/+1
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2020-02-111-2/+9
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2020-02-111-5/+0
* cfg80211: size various nl80211 messages correctlyJohannes Berg2020-01-111-8/+8
* net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet2020-01-111-6/+12
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2020-01-114-15/+4
* libceph: handle an empty authorize replyIlya Dryomov2020-01-111-4/+8
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-12-191-2/+2
* netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter2019-12-191-3/+5
* dccp: do not leak jiffies on the wireEric Dumazet2019-12-191-1/+1
* inet: stop leaking jiffies on the wireEric Dumazet2019-12-194-5/+5
* nl80211: fix validation of mesh path nexthopMarkus Theil2019-12-191-1/+2
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-12-191-8/+7
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-12-191-0/+2
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-12-191-5/+7
* batman-adv: Avoid free/alloc race when handling OGM bufferSven Eckelmann2019-12-193-6/+54
* batman-adv: iv_ogm_iface_enable, direct return valuesMarkus Pargmann2019-12-191-6/+2
* llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2019-12-192-18/+17
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-12-191-1/+6
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-12-191-0/+2
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-12-191-3/+2
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-12-192-2/+6
* mac80211: Reject malformed SSID elementsWill Deacon2019-12-191-2/+3
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-12-191-0/+10
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-12-191-8/+23
* appletalk: Set error code if register_snap_client failedYueHaibing2019-12-101-0/+1
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-102-11/+24
* nl80211: validate beacon headJohannes Berg2019-12-101-0/+35
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-12-101-1/+1
* cfg80211: Purge frame registrations on iftype changeDenis Kenzior2019-12-101-0/+1
* sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-11-221-1/+1
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-11-221-0/+2
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-11-221-1/+1
* tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-11-221-1/+1
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-11-221-1/+1
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-11-221-1/+1
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-11-221-2/+3
* batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann2019-11-221-6/+12
* Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-11-221-1/+1
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-11-221-0/+7
* sctp: fix the transport error_count checkXin Long2019-11-221-1/+1
* netfilter: conntrack: Use consistent ct id hash calculationDirk Morris2019-11-221-8/+8
* net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov2019-11-221-0/+3
* net: fix ifindex collision during namespace removalJiri Pirko2019-11-221-0/+2
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-11-221-1/+2
* cfg80211: wext: avoid copying malformed SSIDsWill Deacon2019-11-151-2/+6
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-11-151-2/+5
* appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron2019-11-151-0/+5
* ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron2019-11-151-0/+3