summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* pktgen: Fix fall-through annotationGustavo A. R. Silva2018-09-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-131-3/+0Star
|\
| * tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-081-3/+0Star
* | net: Add and use skb_list_del_init().David S. Miller2018-09-101-4/+2Star
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-102-5/+5
* | rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner2018-09-061-16/+16
* | rtnetlink: move type calculation out of loopChristian Brauner2018-09-061-1/+1
* | rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner2018-09-061-4/+13
* | packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-061-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-053-28/+36
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-042-27/+36
| |\
| | * bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3Star
| | * net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-301-0/+4
| | * bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| | * bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| | * bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2Star
| | * bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann2018-08-291-5/+9
| | * bpf: fix build error with clangStefan Agner2018-08-281-1/+1
| * | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-012-6/+72
|\ \
| * | bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov2018-09-011-4/+21
| * | xdp: remove redundant variable 'headroom'Colin Ian King2018-09-011-2/+1Star
| * | xdp: export xdp_rxq_info_unreg_mem_modelBjörn Töpel2018-08-291-2/+13
| * | xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPYBjörn Töpel2018-08-291-0/+39
| |/
* / ethtool: drop get_settings and set_settings callbacksMichal Kubecek2018-08-301-123/+35Star
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6Star
|\
| * Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-192-49/+33Star
|\ \
| * | bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-181-38/+30Star
| * | net/xdp: Fix suspicious RCU usage warningTariq Toukan2018-08-161-11/+3Star
* | | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1622-432/+2972
|\| |
| * | net: filter: mark expected switch fall-throughGustavo A. R. Silva2018-08-141-0/+1
| * | net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2018-08-141-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-134-74/+441
| |\ \
| | * | bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov2018-08-131-0/+28
| | * | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-112-45/+78
| | * | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-112-6/+283
| | * | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+8
| | * | net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-1/+26
| | * | tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-0/+1
| | * | xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-101-2/+4
| | * | bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-18/+11Star
| | * | net: Export skb_headers_offset_updateToshiaki Makita2018-08-101-1/+2
| | * | Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel2018-08-101-2/+1Star
| * | | net: core: protect rate estimator statistics pointer with lockVlad Buslov2018-08-111-8/+13
| * | | net: allow to call netif_reset_xps_queues() under cpus_read_lockAndrei Vagin2018-08-092-5/+19
| |/ /
| * | flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-1/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-072-32/+109
| |\ \
| | * | bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-1/+22
| | * | bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov2018-07-311-0/+28