summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy2019-05-231-14/+31
* hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy2019-05-231-10/+40
* neighbor: Add tracepoint to __neigh_createDavid Ahern2019-05-231-0/+2
* net: Set strict_start_type for routes and rulesDavid Ahern2019-05-232-0/+2
* ipv4: Rename and export nh_update_mtuDavid Ahern2019-05-231-2/+2
* ipv4: export fib_info_update_nh_saddrDavid Ahern2019-05-231-6/+5Star
* ipv4: export fib_flushDavid Ahern2019-05-231-1/+1
* ipv4: export fib_check_nhDavid Ahern2019-05-231-6/+6
* ipv4: Add function to send route updatesDavid Ahern2019-05-231-0/+72
* ipv6: export function to send route updatesDavid Ahern2019-05-233-4/+37
* ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-232-0/+9
* ipv6: Add delete route hook to stubsDavid Ahern2019-05-232-0/+7
* net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper2019-05-221-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-226-12/+32
|\
| * ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-05-211-0/+2
| * net: qrtr: Fix message type of outgoing packetsBjorn Andersson2019-05-211-2/+2
| * vlan: Mark expected switch fall-throughGustavo A. R. Silva2019-05-201-0/+1
| * tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-203-10/+27
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-21300-634/+300Star
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2019-05-214-36/+4Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2141-567/+41Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11Thomas Gleixner2019-05-211-5/+1Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-213-12/+3Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21112-0/+112
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2189-0/+89
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2149-0/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-2027-129/+214
|\ \ | |/ |/|
| * net: fix kernel-doc warnings for socket.cRandy Dunlap2019-05-191-17/+17
| * net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-196-6/+6
| * vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-181-7/+6Star
| * Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-05-171-7/+7
| * vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-171-0/+7
| * tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-171-7/+7
| * net: caif: fix the value of size argument of snprintfswkhack2019-05-175-6/+5Star
| * ipv6: fix src addr routing with the exception tableWei Wang2019-05-161-24/+27
| * net: avoid weird emergency messageEric Dumazet2019-05-161-1/+1
| * xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal2019-05-161-11/+13
| * tipc: switch order of device registration to fix a crashJunwei Hu2019-05-161-7/+7
| * ipv6: prevent possible fib6 leaksEric Dumazet2019-05-162-3/+16
| * net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov2019-05-161-4/+2Star
| * hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-161-31/+77
| * flow_offload: support CVLAN matchEdward Cree2019-05-161-0/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-162-5/+9
| |\
| | * bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-161-1/+4
| | * bpf: sockmap fix msg->sg.size account on ingress skbJohn Fastabend2019-05-141-0/+1
| | * bpf: sockmap remove duplicate queue freeJohn Fastabend2019-05-141-2/+0Star
| | * bpf: sockmap, only stop/flush strp if it was enabled at some pointJohn Fastabend2019-05-141-2/+4
| * | tcp: do not recycle cloned skbsEric Dumazet2019-05-151-1/+1
| * | rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-151-6/+10