aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-108/+407
2019-06-17Merge branch 'tcp-fixes'David S. Miller7-9/+42
2019-06-16lapb: fixed leak of control-blocks.Jeremy Sowden1-0/+1
2019-06-16tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long1-0/+1
2019-06-16ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet1-0/+2
2019-06-16neigh: fix use-after-free read in pneigh_get_nextEric Dumazet1-0/+7
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2-5/+5
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui1-2/+2
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan1-1/+29
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+11
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet2-1/+10
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-0/+8
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-0/+9
2019-06-14net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov1-16/+18
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller14-39/+153
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao1-1/+2
2019-06-14cfg80211: report measurement start TSF correctlyAvraham Stern1-2/+2
2019-06-14cfg80211: fix memory leak of wiphy device nameEric Biggers1-1/+1
2019-06-14cfg80211: util: fix bit count off by oneMordechay Goodstein1-1/+1
2019-06-14mac80211: do not start any work during reconfigure flowNaftali Goldstein2-0/+11
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho1-2/+2
2019-06-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao1-1/+1
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend1-1/+0
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2-8/+13
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier1-0/+5
2019-06-12mpls: fix af_mpls dependencies for realMatteo Croce1-1/+1
2019-06-12xdp: check device pointer before clearingIlya Maximets1-5/+6
2019-06-12bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau1-0/+3
2019-06-11net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo1-6/+12
2019-06-11net: correct udp zerocopy refcnt also when zerocopy only on appendWillem de Bruijn2-2/+2
2019-06-09tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng1-1/+1
2019-06-09mpls: fix af_mpls dependenciesMatteo Croce1-0/+1
2019-06-09Merge tag 'linux-can-fixes-for-5.2-20190607' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-3/+22
2019-06-09mpls: fix warning with multi-label encapGeorge Wilkie1-1/+1
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet1-3/+4
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt1-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds87-925/+87
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-6/+39
2019-06-07can: purge socket error queue on sock destructWillem de Bruijn1-0/+1
2019-06-07can: af_can: Fix error path of can_init()YueHaibing1-3/+21
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-59/+92
2019-06-07netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault1-3/+7