aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-3/+13
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter1-6/+3
2019-01-29devlink: Add a generic wake_on_lan port parameterVasundhara Volam1-0/+5
2019-01-29devlink: Add devlink notifications support for port paramsVasundhara Volam1-27/+84
2019-01-29devlink: Add support for driverinit set value for devlink_portVasundhara Volam1-18/+52
2019-01-29devlink: Add support for driverinit get value for devlink_portVasundhara Volam1-17/+50
2019-01-29devlink: Add port param set commandVasundhara Volam1-5/+32
2019-01-29devlink: Add port param get commandVasundhara Volam1-7/+95
2019-01-29devlink: Add devlink_param for port register and unregisterVasundhara Volam1-38/+95
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-38/+76
2019-01-29bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev1-0/+1
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev1-38/+54
2019-01-29sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki1-2/+1
2019-01-25net: Revert devlink health changes.David S. Miller1-1058/+0
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet1-0/+21
2019-01-23bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao1-0/+2
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