summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GETAya Levin2019-02-211-2/+4
* devlink: Rename devlink health attributesAya Levin2019-02-211-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-203-10/+10
|\
| * net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-181-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-171-8/+4Star
| |\
| | * bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-111-8/+4Star
| * | net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-161-2/+2
* | | ethtool: add compat for flash updateJakub Kicinski2019-02-182-3/+39
* | | devlink: add flash update commandJakub Kicinski2019-02-181-0/+30
* | | neigh: hook tracepoints in neigh update codeRoopa Prabhu2019-02-171-0/+11
* | | trace: events: add a few neigh tracepointsRoopa Prabhu2019-02-171-0/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-172-183/+626
|\ \ \
| * | | bpf: fix memory leak in bpf_lwt_xmit_reroutePeter Oskolkov2019-02-151-9/+20
| * | | bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.cPeter Oskolkov2019-02-141-2/+124
| * | | bpf: handle GSO in bpf_lwt_push_encapPeter Oskolkov2019-02-141-2/+65
| * | | bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov2019-02-142-1/+67
| * | | bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov2019-02-141-5/+43
| * | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-111-0/+79
| * | | bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau2019-02-111-160/+127Star
| * | | bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau2019-02-111-22/+77
| * | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-111-0/+42
* | | | sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault2019-02-171-0/+20
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-02-141-1/+1
| | |/ | |/|
* | | 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/+1Star
* | | Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2019-02-121-5/+0Star
* | | 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/+9Star
* | | 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/+1Star
| | * 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/+7Star