aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-25net: Revert devlink health changes.David S. Miller1-1058/+0
2019-01-22devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERSNathan Chancellor1-1/+1
2019-01-22devlink: Add missing check of nlmsg_putYueHaibing1-0/+3
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang1-0/+18
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+23
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-19net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao1-1/+0
2019-01-19net: namespace: perform strict checks also for doit handlersJakub Kicinski1-2/+36
2019-01-19rtnetlink: ifinfo: perform strict checks also for doit handlerJakub Kicinski1-1/+48
2019-01-19rtnetlink: stats: reject requests for unknown statsJakub Kicinski1-0/+4
2019-01-19rtnetlink: stats: validate attributes in get as well as dumpsJakub Kicinski1-21/+37
2019-01-18devlink: Add health dump {get,clear} commandsEran Ben Elisha1-0/+75
2019-01-18devlink: Add health diagnose commandEran Ben Elisha1-0/+51
2019-01-18devlink: Add health recover commandEran Ben Elisha1-0/+20
2019-01-18devlink: Add health set commandEran Ben Elisha1-0/+36
2019-01-18devlink: Add health get commandEran Ben Elisha1-0/+152
2019-01-18devlink: Add health report functionalityEran Ben Elisha1-0/+93
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha1-0/+127
2019-01-18devlink: Add health buffer supportEran Ben Elisha1-0/+501
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei1-1/+1
2019-01-17net: add a route cache full diagnostic messagePeter Oskolkov1-1/+5
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-17net: Add extack argument to ndo_fdb_add()Petr Machata1-2/+3
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-10/+36
2019-01-17Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg1-8/+17
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