aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet5-10/+10
2019-05-26inet: rename netns_frags to fqdirEric Dumazet5-42/+42
2019-05-25flow_offload: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-05-24ipv6: Refactor ip6_route_del for cached routesDavid Ahern1-15/+21
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern4-81/+85
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern2-68/+123
2019-05-24ipv6: Refactor exception functionsDavid Ahern1-48/+86
2019-05-24ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern1-10/+25
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern3-33/+36
2019-05-23devlink: add warning in case driver does not set port typeJiri Pirko1-0/+38
2019-05-22hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy1-14/+31
2019-05-22hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffersSunil Muthuswamy1-10/+40
2019-05-22neighbor: Add tracepoint to __neigh_createDavid Ahern1-0/+2
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern2-0/+2
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern1-2/+2
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern1-6/+5
2019-05-22ipv4: export fib_flushDavid Ahern1-1/+1
2019-05-22ipv4: export fib_check_nhDavid Ahern1-6/+6
2019-05-22ipv4: Add function to send route updatesDavid Ahern1-0/+72
2019-05-22ipv6: export function to send route updatesDavid Ahern3-4/+37
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2-0/+9
2019-05-22ipv6: Add delete route hook to stubsDavid Ahern2-0/+7
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper1-0/+12
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-12/+32
2019-05-21ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning1-0/+2
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds300-634/+300
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner4-36/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner41-567/+41
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11Thomas Gleixner1-5/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner3-12/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner112-0/+112
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner89-0/+89
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner49-0/+49
2019-05-20net: qrtr: Fix message type of outgoing packetsBjorn Andersson1-2/+2
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu3-10/+27
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-129/+214
2019-05-19net: fix kernel-doc warnings for socket.cRandy Dunlap1-17/+17
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert6-6/+6
2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira1-7/+6
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-05-17Revert "tipc: fix modprobe tipc failed after switch order of device registration"David S. Miller1-7/+7
2019-05-17vsock/virtio: free packets during the socket releaseStefano Garzarella1-0/+7
2019-05-17tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu1-7/+7
2019-05-17net: caif: fix the value of size argument of snprintfswkhack5-6/+5
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds7-5/+47
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-69/+66
2019-05-16ipv6: fix src addr routing with the exception tableWei Wang1-24/+27
2019-05-16net: avoid weird emergency messageEric Dumazet1-1/+1