aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2019-10-10Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-09-24Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-09-21bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich
2019-09-21flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-21net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-19Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-09-19net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend
2019-09-19net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li...Shmulik Ladkani
2019-09-19net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-09-15Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-09-10net: fix skb use after free in netpollFeng Sun
2019-09-09Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-09-09Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-09-06tcp: make sure EPOLLOUT wont be missedEric Dumazet
2019-08-29bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend
2019-08-29bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend
2019-08-29bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend
2019-08-27Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-25bpf: fix access to skb_shared_info->gso_segsEric Dumazet
2019-08-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-08-12Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2019-08-09net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer
2019-08-09net: fix ifindex collision during namespace removalJiri Pirko
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-07-22net: Add a mutex around devnet_rename_seqSebastian Andrzej Siewior
2019-07-22net/core: protect users of napi_alloc_cache against reentranceSebastian Andrzej Siewior
2019-07-22net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2019-07-22net: Remove preemption disabling in netif_rx()Priyanka Jain
2019-07-22net: Have __napi_schedule_irqoff() disable interrupts on RTSteven Rostedt
2019-07-22net/Qdisc: use a seqlock instead seqcountSebastian Andrzej Siewior
2019-07-22net: dev: always take qdisc's busylock in __dev_xmit_skb()Sebastian Andrzej Siewior
2019-07-22net: Use skbufhead with raw lockThomas Gleixner
2019-07-22net/core: use local_bh_disable() in netif_rx_ni()Sebastian Andrzej Siewior
2019-07-22softirq: Check preemption after reenabling interruptsThomas Gleixner
2019-07-22hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-06-18net: remove duplicate fetch in sock_getsockoptJingYi Hou
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-16neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan
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-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet
2019-06-12net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier
2019-06-12bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau
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