summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-02-17devlink: add flash update commandJakub Kicinski
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu
2019-02-17trace: events: add a few neigh tracepointsRoopa Prabhu
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-16sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14bpf: fix memory leak in bpf_lwt_xmit_reroutePeter Oskolkov
2019-02-14devlink: Fix list access without lock while reading regionParav Pandit
2019-02-14devlink: Return right error code in case of errors for region readParav Pandit
2019-02-13page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappingsJesper Dangaard Brouer
2019-02-13net: page_pool: don't use page->private to store dma_addr_tIlias Apalodimas
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-13bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.cPeter 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-12devlink: use direct return of genlmsg_replyLi RongQing
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam
2019-02-11devlink: don't allocate attrs on the stackJakub Kicinski
2019-02-11devlink: fix condition for compat device infoJakub Kicinski
2019-02-11devlink: Add WARN_ON to catch errors of not cleaning devlink objectsParav Pandit
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn
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-08ethtool: Remove unnecessary null check in ethtool_rx_flow_rule_createNathan Chancellor
2019-02-08devlink: publish params only after driver init is doneJiri Pirko
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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