summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2019-04-03net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing
2019-04-03net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni
2019-03-19gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet
2019-03-13bpf: Stop the psock parser before canceling its workJakub Sitnicki
2019-03-10net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser
2019-01-29sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki
2019-01-23bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-20bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei
2019-01-18bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng
2019-01-18bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov
2019-01-17bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre
2019-01-16net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2019-01-09bpf: correctly set initial window on active Fast Open senderYuchung Cheng
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-04net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-30net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-24net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki
2018-12-23net: Revert recent Spectre-v1 patches.David S. Miller
2018-12-22net: core: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-21net: minor cleanup in skb_ext_add()Paolo Abeni
2018-12-21net: fix possible user-after-free in skb_ext_add()Paolo Abeni
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20neighbour: remove stray semicolonColin Ian King
2018-12-20bpf: sk_msg, zap ingress queue on psock downJohn Fastabend
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend
2018-12-20bpf: skb_verdict, support SK_PASS on RX BPF pathJohn Fastabend
2018-12-20bpf: skmsg, replace comments with BUILD bugJohn Fastabend
2018-12-20bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend