summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet1-17/+18
2014-12-09Update old iproute2 and Xen Remus linksAndrew Shewmaker1-3/+4
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2-7/+30
2014-12-09tipc: drop tx side permission checksErik Hugne1-37/+1
2014-12-09net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann1-2/+2
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong1-5/+1
2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko1-20/+6
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton1-2/+4
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton1-7/+15
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton2-100/+128
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton1-6/+6
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-4/+6
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-3/+0
2014-12-09sunrpc: have svc_wake_up only deal with pool 0Jeff Layton1-21/+16
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton1-4/+3
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2-2/+2
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton2-3/+3
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2-2/+2
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-1/+4
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-1/+4
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields56-275/+659
2014-12-09af_packet: virtio 1.0 stubsMichael S. Tsirkin1-13/+22
2014-12-09Bluetooth: fix err_cast.cocci warningsFengguang Wu1-1/+1
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-27/+54
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-32/+37
2014-12-08net_sched: cls_cgroup: remove unnecessary ifJiri Pirko1-5/+1
2014-12-08net_sched: cls_flow: remove duplicate assignmentsJiri Pirko1-3/+0
2014-12-08net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-08net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-08net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko1-12/+5
2014-12-08net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko1-11/+5
2014-12-08tipc: convert name table read-write lock to RCUYing Xue3-59/+60
2014-12-08tipc: remove unnecessary INIT_LIST_HEADYing Xue2-3/+0
2014-12-08tipc: simplify relationship between name table lock and node lockYing Xue1-9/+10
2014-12-08tipc: any name table member must be protected under name table lockYing Xue1-1/+2
2014-12-08tipc: ensure all name sequences are properly protected with its lockYing Xue1-21/+27
2014-12-08tipc: ensure all name sequences are released when name table is stoppedYing Xue1-4/+3
2014-12-08tipc: make name table allocated dynamicallyYing Xue3-65/+55
2014-12-08tipc: remove size variable from publ_list structYing Xue1-12/+7
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro91-561/+1219
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches2-99/+125
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2-4/+39
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn1-0/+2
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-9/+6
2014-12-08Merge branch 'device-properties'Rafael J. Wysocki1-3/+15
2014-12-08Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann3-8/+20
2014-12-07can: fix spelling errorsJeremiah Mahler3-8/+8
2014-12-07can: eliminate banner[] variable and switch to pr_info()Jeremiah Mahler3-10/+3
2014-12-07Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDRMarcel Holtmann1-1/+2
2014-12-06Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann1-2/+3