summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: Fix list access without lock while reading regionParav Pandit2019-02-141-2/+5
* devlink: Return right error code in case of errors for region readParav Pandit2019-02-141-7/+19
* page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappingsJesper Dangaard Brouer2019-02-141-5/+6
* net: page_pool: don't use page->private to store dma_addr_tIlias Apalodimas2019-02-141-4/+9
* devlink: use direct return of genlmsg_replyLi RongQing2019-02-121-4/+1
* Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2019-02-121-5/+0
* devlink: don't allocate attrs on the stackJakub Kicinski2019-02-121-4/+10
* devlink: fix condition for compat device infoJakub Kicinski2019-02-121-1/+1
* devlink: Add WARN_ON to catch errors of not cleaning devlink objectsParav Pandit2019-02-111-0/+8
* ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor2019-02-091-11/+9
* devlink: publish params only after driver init is doneJiri Pirko2019-02-091-1/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-092-2/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-022-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-071-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-041-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-022-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-022-0/+70
* | | | devlink: add version reporting to devlink info APIJakub Kicinski2019-02-021-0/+57
* | | | devlink: add device information APIJakub Kicinski2019-02-021-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-301-0/+5
* | | devlink: Add devlink notifications support for port paramsVasundhara Volam2019-01-301-27/+84
* | | devlink: Add support for driverinit set value for devlink_portVasundhara Volam2019-01-301-18/+52
* | | devlink: Add support for driverinit get value for devlink_portVasundhara Volam2019-01-301-17/+50