summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-29devlink: Add a generic wake_on_lan port parameterVasundhara Volam
2019-01-29devlink: Add devlink notifications support for port paramsVasundhara Volam
2019-01-29devlink: Add support for driverinit set value for devlink_portVasundhara Volam
2019-01-29devlink: Add support for driverinit get value for devlink_portVasundhara Volam
2019-01-29devlink: Add port param set commandVasundhara Volam
2019-01-29devlink: Add port param get commandVasundhara Volam
2019-01-29devlink: Add devlink_param for port register and unregisterVasundhara Volam
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-29bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev
2019-01-29net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev
2019-01-25net: Revert devlink health changes.David S. Miller
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet
2019-01-22devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERSNathan Chancellor
2019-01-22devlink: Add missing check of nlmsg_putYueHaibing
2019-01-22net: introduce a knob to control whether to inherit devconf configCong Wang
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-19net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao
2019-01-19net: namespace: perform strict checks also for doit handlersJakub Kicinski
2019-01-19rtnetlink: ifinfo: perform strict checks also for doit handlerJakub Kicinski
2019-01-19rtnetlink: stats: reject requests for unknown statsJakub Kicinski
2019-01-19rtnetlink: stats: validate attributes in get as well as dumpsJakub Kicinski
2019-01-18devlink: Add health dump {get,clear} commandsEran Ben Elisha
2019-01-18devlink: Add health diagnose commandEran Ben Elisha
2019-01-18devlink: Add health recover commandEran Ben Elisha
2019-01-18devlink: Add health set commandEran Ben Elisha
2019-01-18devlink: Add health get commandEran Ben Elisha
2019-01-18devlink: Add health report functionalityEran Ben Elisha
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha
2019-01-18devlink: Add health buffer supportEran Ben Elisha
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei
2019-01-17net: add a route cache full diagnostic messagePeter Oskolkov
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-17net: Add extack argument to ndo_fdb_add()Petr Machata
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann
2019-01-17Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg
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