summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-02-13bpf: handle GSO in bpf_lwt_push_encapPeter Oskolkov
2019-02-13bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov
2019-02-13bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau
2019-02-10bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau
2019-02-10bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau
2019-02-10bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau
2019-02-07devlink: Add health dump {get,clear} commandsEran Ben Elisha
2019-02-07devlink: Add health diagnose commandEran Ben Elisha
2019-02-07devlink: Add health recover commandEran Ben Elisha
2019-02-07devlink: Add health set commandEran Ben Elisha
2019-02-07devlink: Add health get commandEran Ben Elisha
2019-02-07devlink: Add health report functionalityEran Ben Elisha
2019-02-07devlink: Add health reporter create/destroy functionalityEran Ben Elisha
2019-02-07devlink: Add devlink formatted message (fmsg) APIEran Ben Elisha
2019-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli
2019-02-06devlink: add hardware errors tracing facilityNir Dotan
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso
2019-02-06flow_offload: add flow action infrastructurePablo Neira Ayuso
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso
2019-02-06net: xdp: allow generic and driver XDP on one interfaceJakub Kicinski
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-01ethtool: add compat for devlink infoJakub Kicinski
2019-02-01devlink: add version reporting to devlink info APIJakub Kicinski
2019-02-01devlink: add device information APIJakub Kicinski
2019-02-01xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter
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