summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern
2019-05-22ipv4: export fib_flushDavid Ahern
2019-05-22ipv4: export fib_check_nhDavid Ahern
2019-05-22ipv4: Add function to send route updatesDavid Ahern
2019-05-22ipv6: export function to send route updatesDavid Ahern
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern
2019-05-22ipv6: Add delete route hook to stubsDavid Ahern
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Felipe Gasper
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-21ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-20net: qrtr: Fix message type of outgoing packetsBjorn Andersson
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-19net: fix kernel-doc warnings for socket.cRandy Dunlap
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert
2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-17Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller
2019-05-17vsock/virtio: free packets during the socket releaseStefano Garzarella
2019-05-17tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu
2019-05-17net: caif: fix the value of size argument of snprintfswkhack
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-16ipv6: fix src addr routing with the exception tableWei Wang
2019-05-16net: avoid weird emergency messageEric Dumazet
2019-05-16xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal
2019-05-16tipc: switch order of device registration to fix a crashJunwei Hu
2019-05-16ipv6: prevent possible fib6 leaksEric Dumazet
2019-05-16net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov
2019-05-16hv_sock: Add support for delayed closeSunil Muthuswamy
2019-05-16flow_offload: support CVLAN matchEdward Cree
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-16bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells
2019-05-15tcp: do not recycle cloned skbsEric Dumazet