Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 9p/trans_fd: put worker reqs on destroy | Dominique Martinet | 2018-10-10 | 1 | -0/+8 | |
| * | | | | | | | 9p/trans_fd: abort p9_read_work if req status changed | Dominique Martinet | 2018-10-10 | 1 | -6/+11 | |
| * | | | | | | | 9p: potential NULL dereference | Dan Carpenter | 2018-10-10 | 1 | -1/+1 | |
| * | | | | | | | 9p: p9dirent_read: check network-provided name length | Dominique Martinet | 2018-09-08 | 1 | -3/+9 | |
| * | | | | | | | 9p/rdma: remove useless check in cm_event_handler | Dominique Martinet | 2018-09-08 | 1 | -2/+1 | |
| * | | | | | | | 9p: do not trust pdu content for stat item size | Gertjan Halkes | 2018-09-08 | 1 | -1/+2 | |
| * | | | | | | | 9p: Rename req to rreq in trans_fd | Tomas Bortoli | 2018-09-08 | 1 | -15/+15 | |
| * | | | | | | | 9p/rdma: do not disconnect on down_interruptible EAGAIN | Dominique Martinet | 2018-09-08 | 1 | -2/+2 | |
| * | | | | | | | 9p: Add refcount to p9_req_t | Tomas Bortoli | 2018-09-08 | 5 | -12/+84 | |
| * | | | | | | | 9p: rename p9_free_req() function | Tomas Bortoli | 2018-09-08 | 1 | -50/+50 | |
| * | | | | | | | 9p: add a per-client fcall kmem_cache | Dominique Martinet | 2018-09-08 | 1 | -5/+32 | |
| * | | | | | | | 9p: embed fcall in req to round down buffer allocs | Dominique Martinet | 2018-09-08 | 5 | -116/+122 | |
| * | | | | | | | 9p: Remove p9_idpool | Matthew Wilcox | 2018-08-29 | 2 | -141/+0 | |
| * | | | | | | | 9p: Use a slab for allocating requests | Matthew Wilcox | 2018-08-29 | 2 | -154/+93 | |
| * | | | | | | | 9p: clear dangling pointers in p9stat_free | Dominique Martinet | 2018-08-29 | 1 | -0/+5 | |
| * | | | | | | | 9p/xen: fix check for xenbus_read error in front_probe | Dominique Martinet | 2018-08-27 | 1 | -2/+2 | |
* | | | | | | | | net: diag: document swapped src/dst in udp_dump_one. | Lorenzo Colitti | 2018-10-28 | 1 | -0/+1 | |
* | | | | | | | | net: sched: gred: pass the right attribute to gred_change_table_def() | Jakub Kicinski | 2018-10-28 | 1 | -1/+1 | |
* | | | | | | | | net: bridge: remove ipv6 zero address check in mcast queries | Nikolay Aleksandrov | 2018-10-28 | 1 | -2/+1 | |
* | | | | | | | | net: Properly unlink GRO packets on overflow. | David S. Miller | 2018-10-28 | 1 | -1/+1 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-10-26 | 2 | -6/+25 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | bpf: fix wrong helper enablement in cgroup local storage | Daniel Borkmann | 2018-10-26 | 1 | -4/+0 | |
| * | | | | | | | bpf: add bpf_jit_limit knob to restrict unpriv allocations | Daniel Borkmann | 2018-10-25 | 1 | -2/+8 | |
| * | | | | | | | bpf: make direct packet write unclone more robust | Daniel Borkmann | 2018-10-25 | 1 | -0/+11 | |
| * | | | | | | | bpf: disallow direct packet access for unpriv in cg_skb | Daniel Borkmann | 2018-10-25 | 1 | -0/+6 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-10-26 | 17 | -41/+103 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | net/neigh: fix NULL deref in pneigh_dump_table() | Eric Dumazet | 2018-10-26 | 1 | -2/+2 | |
| * | | | | | | | | net: allow traceroute with a specified interface in a vrf | Mike Manning | 2018-10-26 | 2 | -3/+3 | |
| * | | | | | | | | bridge: do not add port to router list when receives query with source 0.0.0.0 | Hangbin Liu | 2018-10-26 | 1 | -1/+9 | |
| * | | | | | | | | net/smc: fix smc_buf_unuse to use the lgr pointer | Karsten Graul | 2018-10-26 | 1 | -13/+12 | |
| * | | | | | | | | ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called | Stefano Brivio | 2018-10-26 | 1 | -2/+1 | |
| * | | | | | | | | net/{ipv4,ipv6}: Do not put target net if input nsid is invalid | Bjørn Mork | 2018-10-25 | 2 | -0/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | net/ipv6: Allow onlink routes to have a device mismatch if it is the default ... | David Ahern | 2018-10-24 | 1 | -0/+2 | |
| * | | | | | | | net: sched: Remove TCA_OPTIONS from policy | David Ahern | 2018-10-24 | 1 | -1/+0 | |
| * | | | | | | | net: udp: fix handling of CHECKSUM_COMPLETE packets | Sean Tranchetti | 2018-10-24 | 3 | -6/+39 | |
| * | | | | | | | net: rtnl_dump_all needs to propagate error from dumpit function | David Ahern | 2018-10-24 | 1 | -2/+4 | |
| * | | | | | | | net: Don't return invalid table id error when dumping all families | David Ahern | 2018-10-24 | 4 | -0/+13 | |
| * | | | | | | | net/ipv6: Put target net when address dump fails due to bad attributes | David Ahern | 2018-10-24 | 1 | -6/+8 | |
| * | | | | | | | net/ipv4: Put target net when address dump fails due to bad attributes | David Ahern | 2018-10-24 | 1 | -5/+8 | |
* | | | | | | | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2018-10-26 | 26 | -1590/+1921 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | SUNRPC: Convert the auth cred cache to use refcount_t | Trond Myklebust | 2018-10-23 | 5 | -8/+8 | |
| * | | | | | | | SUNRPC: Convert auth creds to use refcount_t | Trond Myklebust | 2018-10-23 | 2 | -8/+8 | |
| * | | | | | | | SUNRPC: Simplify lookup code | Trond Myklebust | 2018-10-23 | 1 | -11/+8 | |
| * | | | | | | | SUNRPC: Clean up the AUTH cache code | Trond Myklebust | 2018-10-23 | 2 | -62/+87 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust | 2018-10-18 | 10 | -342/+293 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | xprtrdma: Clean up xprt_rdma_disconnect_inject | Chuck Lever | 2018-10-03 | 1 | -2/+1 | |
| | * | | | | | | xprtrdma: Add documenting comments | Chuck Lever | 2018-10-03 | 1 | -20/+23 | |
| | * | | | | | | xprtrdma: Report when there were zero posted Receives | Chuck Lever | 2018-10-03 | 1 | -2/+5 | |
| | * | | | | | | xprtrdma: Move rb_flags initialization | Chuck Lever | 2018-10-03 | 1 | -1/+1 | |
| | * | | | | | | xprtrdma: Don't disable BH's in backchannel server | Chuck Lever | 2018-10-03 | 1 | -8/+8 |