summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-2/+7
| | * | | | | new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-2/+2
| | * | | | | make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3
| | * | | | | netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-041-6/+10
| | * | | | | common object embedded into various struct ....nsAl Viro2014-12-041-3/+3
* | | | | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-166-176/+200
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-091-20/+6
| * | | | | | sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton2014-12-091-2/+4
| * | | | | | sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-091-7/+15
| * | | | | | sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-092-100/+128
| * | | | | | sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-091-6/+6
| * | | | | | sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-091-4/+6
| * | | | | | sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-091-3/+0
| * | | | | | sunrpc: have svc_wake_up only deal with pool 0Jeff Layton2014-12-091-21/+16
| * | | | | | sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-091-4/+3
| * | | | | | sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-092-2/+2
| * | | | | | sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-092-3/+3
| * | | | | | sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-092-2/+2
| * | | | | | sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-1/+4
| * | | | | | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-091-1/+4
| * | | | | | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-0956-275/+659
| |\ \ \ \ \ \
| * | | | | | | sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton2014-12-011-5/+7
| * | | | | | | sunrpc: eliminate the XPT_DETACHED flagJeff Layton2014-12-011-3/+1
| * | | | | | | merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-1979-476/+1144
| |\ \ \ \ \ \ \
| * | | | | | | | SUNRPC: off by one in BUG_ON()Dan Carpenter2014-10-291-1/+1
| * | | | | | | | rpc: change comments to assertionsJ. Bruce Fields2014-10-231-2/+3
| * | | | | | | | RPC: remove unneeded checks from xdr_truncate_encode()J. Bruce Fields2014-10-231-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-143-3/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-033-3/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net: rfkill: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
| | * | | | | | | | net: dsa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | |/ / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-4/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()Daniel Borkmann2014-11-251-4/+20
* | | | | | | | | | fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck2014-12-121-1/+2
* | | | | | | | | | vlan: Add ability to always enable TSO/UFOToshiaki Makita2014-12-121-3/+4
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli2014-12-111-4/+11
* | | | | | | | | net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli2014-12-111-0/+3
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11437-10163/+23145
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net: sock: fix access via invalid file descriptorAlexei Starovoitov2014-12-101-2/+2
| * | | | | | | | | net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-108-15/+10
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-108-24/+29
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu2014-12-091-1/+1
| | * | | | | | | | | tcp: fix more NULL deref after prequeue changesEric Dumazet2014-12-092-16/+16
| | * | | | | | | | | Update old iproute2 and Xen Remus linksAndrew Shewmaker2014-12-091-3/+4
| | * | | | | | | | | net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-091-2/+2
| | * | | | | | | | | openvswitch: Fix flow mask validation.Pravin B Shelar2014-12-051-2/+2
| | * | | | | | | | | gre: Set inner mac header in gro completeTom Herbert2014-12-051-0/+3
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | irda: Convert function pointer arrays and uses to constJoe Perches2014-12-104-13/+15
| * | | | | | | | | llc: Make llc_sap_action_t function pointer arrays constJoe Perches2014-12-102-11/+11
| * | | | | | | | | llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2014-12-102-120/+120
OpenPOWER on IntegriCloud