aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11devlink: don't allocate attrs on the stackJakub Kicinski1-4/+10
2019-02-11devlink: fix condition for compat device infoJakub Kicinski1-1/+1
2019-02-11devlink: Add WARN_ON to catch errors of not cleaning devlink objectsParav Pandit1-0/+8
2019-02-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor1-11/+9
2019-02-08devlink: publish params only after driver init is doneJiri Pirko1-1/+47
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2019-02-07devlink: Add health dump {get,clear} commandsEran Ben Elisha1-0/+63
2019-02-07devlink: Add health diagnose commandEran Ben Elisha1-0/+46
2019-02-07devlink: Add health recover commandEran Ben Elisha1-0/+20
2019-02-07devlink: Add health set commandEran Ben Elisha1-0/+36
2019-02-07devlink: Add health get commandEran Ben Elisha1-0/+149
2019-02-07devlink: Add health report functionalityEran Ben Elisha1-0/+119
2019-02-07devlink: Add health reporter create/destroy functionalityEran Ben Elisha1-0/+92
2019-02-07devlink: Add devlink formatted message (fmsg) APIEran Ben Elisha1-0/+483
2019-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+5
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli2-28/+7
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli3-2/+68
2019-02-06devlink: add hardware errors tracing facilityNir Dotan1-0/+1
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso1-0/+241
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso1-2/+12
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2-1/+144
2019-02-06net: xdp: allow generic and driver XDP on one interfaceJakub Kicinski1-5/+5
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller1-0/+1
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski1-0/+3
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani1-14/+39
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani1-2/+2
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2-1/+34
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-2/+19
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani1-8/+8
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann1-22/+43
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-6/+22
2019-02-01ethtool: add compat for devlink infoJakub Kicinski2-0/+70
2019-02-01devlink: add version reporting to devlink info APIJakub Kicinski1-0/+57
2019-02-01devlink: add device information APIJakub Kicinski1-0/+112
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+3
2019-02-01xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski1-3/+9
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