aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-8/+4
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn1-8/+4
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+3
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2019-01-29sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki1-2/+1
2019-01-23bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao1-0/+2
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+21
2019-01-20bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2-10/+12
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei1-1/+1
2019-01-18bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng1-0/+4
2019-01-18bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov1-1/+4
2019-01-17bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre1-1/+1
2019-01-16net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-11/+11
2019-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov1-4/+9
2019-01-09bpf: correctly set initial window on active Fast Open senderYuchung Cheng1-1/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2019-01-04net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes1-6/+1
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-7/+25
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-5/+10
2018-12-30net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov1-0/+5
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin1-2/+10
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-95/+64
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-458/+1790
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-12-24net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2018-12-23net: Revert recent Spectre-v1 patches.David S. Miller1-2/+0
2018-12-22net: core: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-12-21net: minor cleanup in skb_ext_add()Paolo Abeni1-5/+2
2018-12-21net: fix possible user-after-free in skb_ext_add()Paolo Abeni1-2/+2
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg1-0/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-10/+43
2018-12-20neighbour: remove stray semicolonColin Ian King1-1/+1
2018-12-20bpf: sk_msg, zap ingress queue on psock downJohn Fastabend1-0/+1
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend1-3/+3
2018-12-20bpf: skb_verdict, support SK_PASS on RX BPF pathJohn Fastabend1-0/+16
2018-12-20bpf: skmsg, replace comments with BUILD bugJohn Fastabend1-0/+3
2018-12-20bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend1-7/+14
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+29
2018-12-19neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern1-17/+5
2018-12-19neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern1-1/+6
2018-12-19neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern1-0/+1
2018-12-19gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu2-23/+193