summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-16bpf: make LWTUNNEL_BPF dependent on INETPeter Oskolkov
2019-02-14bpf: fix memory leak in bpf_lwt_xmit_reroutePeter Oskolkov
2019-02-13bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.cPeter Oskolkov
2019-02-13ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov
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-07net/smc: original socket family in inet_sock_diagKarsten Graul
2019-02-07net/smc: move code to clear the conn->lgr fieldKarsten Graul
2019-02-07net/smc: use client and server LGR pending locks for SMC-RHans Wippel
2019-02-07net/smc: unlock LGR pending lock earlier for SMC-DHans Wippel
2019-02-07net/smc: use smc_curs_copy() for SMC-DUrsula Braun
2019-02-07net/smc: postpone release of clcsockUrsula Braun
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 branch 'for_net-next-5.1/rds-tos-v4' of git://git.kernel.org/pub/scm/li...David S. Miller
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: dsa: Implement ndo_get_port_parent_id()Florian 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-06cls_flower: don't expose TC actions to drivers anymorePablo Neira Ayuso
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso
2019-02-06cls_api: add translator to flow_action representationPablo 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-04rds: rdma: update rdma transport for tosSantosh Shilimkar
2019-02-04rds: add transport specific tos_map hookSantosh Shilimkar
2019-02-04rds: add type of service(tos) infrastructureSantosh Shilimkar
2019-02-04rds: rdma: add consumer rejectSantosh Shilimkar
2019-02-04rds: make v3.1 as compat versionSantosh Shilimkar
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli
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