summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-068-27/+215
|\
| * sctp: Add LSM hooksRichard Haines2018-02-263-1/+91
| * sctp: Add ip option supportRichard Haines2018-02-265-26/+117
| * netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines2018-02-141-0/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-063-5/+8
|\ \
| * | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-052-2/+0
| * | net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu2018-04-051-1/+4
| * | net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz2018-04-051-2/+4
* | | Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-04-0510-90/+189
|\ \ \
| * | | sunrpc: remove incorrect HMAC request initializationEric Biggers2018-04-031-3/+0
| * | | NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-0/+67
| * | | NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-031-0/+42
| * | | svc: Report xprt dequeue latencyChuck Lever2018-04-031-2/+2
| * | | sunrpc: Report per-RPC execution statsChuck Lever2018-04-031-1/+2
| * | | sunrpc: Re-purpose trace_svc_processChuck Lever2018-04-031-6/+3
| * | | sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-033-2/+6
| * | | sunrpc: Simplify trace_svc_recvChuck Lever2018-04-031-1/+0
| * | | sunrpc: Simplify do_enqueue tracingChuck Lever2018-04-031-8/+3
| * | | sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever2018-04-031-4/+1
| * | | svc: Simplify ->xpo_secure_portChuck Lever2018-04-033-9/+9
| * | | sunrpc: Remove unneeded pointer dereferenceChuck Lever2018-04-031-2/+2
| * | | svcrdma: Clean up rdma_build_arg_xdrChuck Lever2018-03-201-17/+16
| * | | svcrdma: Consult max_qp_init_rd_atom when accepting connectionsChuck Lever2018-03-202-15/+11
| * | | svcrdma: Use pr_err to report Receive errorsChuck Lever2018-03-201-3/+3
| * | | SUNRPC: cache: ignore timestamp written to 'flush' file.NeilBrown2018-03-191-16/+16
| * | | sunrpc: Fix unaligned access on sparc64James Ettle2018-03-192-2/+7
* | | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-0/+23
|\ \ \ \
| * | | | net/utils: Introduce inet_addr_is_anySagi Grimberg2018-03-261-0/+23
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | net: Spelling s/stucture/structure/Geert Uytterhoeven2018-03-271-1/+1
* | | | | inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-044-9/+2
* | | | | tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-041-1/+2
* | | | | net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-042-2/+4
* | | | | tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy2018-04-041-0/+2
* | | | | ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-041-19/+2
* | | | | ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-041-5/+5
* | | | | ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-043-5/+14
* | | | | ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-042-8/+18
* | | | | af_unix: remove redundant lockdep classCong Wang2018-04-041-10/+0
* | | | | rxrpc: Fix undefined packet handlingDavid Howells2018-04-042-0/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03450-7855/+13752
|\ \ \ \ \
| * | | | | ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet2018-04-021-1/+1
| * | | | | route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-011-9/+11
| * | | | | net: sched: do not emit messages while holding spinlockLi RongQing2018-04-011-4/+7
| * | | | | vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu2018-04-011-1/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0128-100/+262
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-012-0/+2
| |\ \ \ \ \ \
| | * | | | | | Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-012-0/+2
| * | | | | | | ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet2018-04-011-5/+12
| * | | | | | | ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet2018-04-011-5/+12
OpenPOWER on IntegriCloud