summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-06-221-1/+1
* netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani2019-06-221-0/+1
* vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-221-1/+3
* tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-221-0/+1
* sctp: Free cookie before we memdup a new oneNeil Horman2019-06-221-0/+8
* nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao2019-06-221-1/+2
* net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo2019-06-221-6/+12
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-221-0/+7
* lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-221-0/+1
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-221-3/+4
* ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-221-0/+2
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-171-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-173-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-172-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-173-9/+24
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-8/+0
* netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo2019-06-151-0/+1
* netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo2019-06-151-0/+6
* netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal2019-06-151-2/+7
* netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski2019-06-151-1/+1
* netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo2019-06-151-7/+18
* ethtool: check the return value of get_regs_lenYunsheng Lin2019-06-111-2/+10
* ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-111-5/+8
* ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-111-2/+10
* Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-111-3/+3
* pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-111-0/+11
* packet: unconditionally free po->rolloverWillem de Bruijn2019-06-111-1/+1
* net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-111-6/+21
* net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-111-4/+6
* neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-06-111-1/+8
* ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-111-11/+11
* Fix memory leak in sctp_process_initNeil Horman2019-06-112-10/+8
* ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-111-1/+4
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-043-10/+27
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-06-041-7/+7
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-042-6/+6
* net/tls: don't ignore netdev notifications if no TLS featuresJakub Kicinski2019-06-041-1/+2
* net/tls: fix state removal with feature flags offJakub Kicinski2019-06-041-6/+0
* net: sched: don't use tc_action->order during action dumpVlad Buslov2019-06-041-2/+1
* net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-06-041-1/+1
* llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-06-041-0/+2
* ipv6: Fix redirect with VRFDavid Ahern2019-06-041-0/+6
* ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-06-041-0/+2
* ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-06-041-11/+11
* ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-041-17/+30
* inet: switch IP ID generator to siphashEric Dumazet2019-06-042-19/+23
* batman-adv: allow updating DAT entry timeouts on incoming ARP RepliesLinus Lüssing2019-05-311-1/+3
* mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich2019-05-312-3/+5
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-314-0/+23
* batman-adv: mcast: fix multicast tt/tvlv worker lockingLinus Lüssing2019-05-313-8/+9