summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor2019-02-081-11/+9
* devlink: publish params only after driver init is doneJiri Pirko2019-02-081-1/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-082-2/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-012-2/+3
| |\
| | * sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki2019-01-291-2/+1
| | * bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-01-231-0/+2
* | | devlink: Add health dump {get,clear} commandsEran Ben Elisha2019-02-071-0/+63
* | | devlink: Add health diagnose commandEran Ben Elisha2019-02-071-0/+46
* | | devlink: Add health recover commandEran Ben Elisha2019-02-071-0/+20
* | | devlink: Add health set commandEran Ben Elisha2019-02-071-0/+36
* | | devlink: Add health get commandEran Ben Elisha2019-02-071-0/+149
* | | devlink: Add health report functionalityEran Ben Elisha2019-02-071-0/+119
* | | devlink: Add health reporter create/destroy functionalityEran Ben Elisha2019-02-071-0/+92
* | | devlink: Add devlink formatted message (fmsg) APIEran Ben Elisha2019-02-071-0/+483
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-061-5/+5
|\ \ \
| * | | net: xdp: allow generic and driver XDP on one interfaceJakub Kicinski2019-02-061-5/+5
* | | | net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli2019-02-062-28/+7
* | | | net: Introduce ndo_get_port_parent_id()Florian Fainelli2019-02-063-2/+68
* | | | devlink: add hardware errors tracing facilityNir Dotan2019-02-061-0/+1
* | | | ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso2019-02-061-0/+241
* | | | flow_offload: add flow action infrastructurePablo Neira Ayuso2019-02-061-2/+12
* | | | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-062-1/+144
|/ / /
* | | net: Fix fall through warning in y2038 tstamp changes.David S. Miller2019-02-031-0/+1
* | | net: devlink: report cell size of shared buffersJakub Kicinski2019-02-031-0/+3
* | | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-14/+39
* | | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+2
* | | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-032-1/+34
* | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+19
* | | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-8/+8
* | | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-031-22/+43
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-012-6/+22
|\ \ \
| * | | xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski2019-02-011-3/+9
| * | | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-3/+13
* | | | ethtool: add compat for devlink infoJakub Kicinski2019-02-012-0/+70
* | | | devlink: add version reporting to devlink info APIJakub Kicinski2019-02-011-0/+57
* | | | devlink: add device information APIJakub Kicinski2019-02-011-0/+112
* | | | ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter2019-02-011-6/+3
|/ / /
* | | devlink: Add a generic wake_on_lan port parameterVasundhara Volam2019-01-291-0/+5
* | | devlink: Add devlink notifications support for port paramsVasundhara Volam2019-01-291-27/+84
* | | devlink: Add support for driverinit set value for devlink_portVasundhara Volam2019-01-291-18/+52
* | | devlink: Add support for driverinit get value for devlink_portVasundhara Volam2019-01-291-17/+50
* | | devlink: Add port param set commandVasundhara Volam2019-01-291-5/+32
* | | devlink: Add port param get commandVasundhara Volam2019-01-291-7/+95
* | | devlink: Add devlink_param for port register and unregisterVasundhara Volam2019-01-291-38/+95
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-0/+3
|\| |
| * | net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-01-291-0/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-282-38/+76
|\ \
| * | bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2019-01-291-0/+1
| * | net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev2019-01-291-38/+54
| * | bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2019-01-241-0/+21