summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-17Merge branch 'tcp-fixes'David S. Miller
2019-06-16lapb: fixed leak of control-blocks.Jeremy Sowden
2019-06-16tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long
2019-06-16ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet
2019-06-16neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet
2019-06-14net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao
2019-06-14cfg80211: report measurement start TSF correctlyAvraham Stern
2019-06-14cfg80211: fix memory leak of wiphy device nameEric Biggers
2019-06-14cfg80211: util: fix bit count off by oneMordechay Goodstein
2019-06-14mac80211: do not start any work during reconfigure flowNaftali Goldstein
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho
2019-06-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier
2019-06-12mpls: fix af_mpls dependencies for realMatteo Croce
2019-06-12xdp: check device pointer before clearingIlya Maximets
2019-06-12bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau
2019-06-11net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng
2019-06-09mpls: fix af_mpls dependenciesMatteo Croce
2019-06-09Merge tag 'linux-can-fixes-for-5.2-20190607' of git://git.kernel.org/pub/scm/...David S. Miller
2019-06-09mpls: fix warning with multi-label encapGeorge Wilkie
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07can: purge socket error queue on sock destructWillem de Bruijn
2019-06-07can: af_can: Fix error path of can_init()YueHaibing
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds