summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+7Star
* | | | 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/+3Star
|/ / /
* | | 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
* | | devlink: Add port param set commandVasundhara Volam2019-01-301-5/+32
* | | devlink: Add port param get commandVasundhara Volam2019-01-301-7/+95
* | | devlink: Add devlink_param for port register and unregisterVasundhara Volam2019-01-301-38/+95
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-301-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-292-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
* | | net: Revert devlink health changes.David S. Miller2019-01-251-1058/+0Star
* | | devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERSNathan Chancellor2019-01-231-1/+1
* | | devlink: Add missing check of nlmsg_putYueHaibing2019-01-231-0/+3
* | | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-0/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-213-14/+23
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-202-12/+21
| |\ \
| | * | bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-202-10/+12
| | * | bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng2019-01-181-0/+4
| | * | bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-01-181-1/+4
| | * | bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre2019-01-171-1/+1
| | |/
| * | neighbour: Do not perturb drop profiles when neigh_probeYang Wei2019-01-181-1/+1
| * | net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-01-161-1/+1
| |/
* | net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao2019-01-191-1/+0Star
* | net: namespace: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+36