aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bitmap.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-18macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-18tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-17xen-netfront: pull on receive skb may need to happen earlierJan Beulich1-18/+13
2013-07-17vxlan: add necessary locking on device removalstephen hemminger1-0/+6
2013-07-16hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang1-2/+2
2013-07-16net: Fix sysfs_format_mac() code duplication.David S. Miller1-20/+1
2013-07-16be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi1-4/+10
2013-07-16macvtap: do not assume 802.1Q when send vlan packetsJason Wang1-1/+1
2013-07-16macvtap: fix the missing ret value of TUNSETQUEUEJason Wang1-0/+1
2013-07-16ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-16mlx5 core: Fix __udivdi3 when compiling for 32 bit archesTim Gardner1-1/+1
2013-07-16bgmac: add dependency to phylibHauke Mehrtens1-0/+1
2013-07-16net/irda: fixed style issues in irlan_ethDragos Foianu1-17/+14
2013-07-16ethtool: fixed trailing statements in ethtoolDragos Foianu1-10/+20
2013-07-16ndisc: bool initializations should use true and falseDaniel Baluta1-3/+3
2013-07-16atl1e: unmap partially mapped skb on dma error and free skbNeil Horman1-1/+23
2013-07-14Linux 3.11-rc1Linus Torvalds2-1604/+883
2013-07-14slub: Check for page NULL before doing the node_match checkSteven Rostedt1-1/+1
2013-07-14sunrpc: now we can just set ->s_d_opAl Viro1-3/+2
2013-07-14cgroup: we can use simple_lookup() nowAl Viro1-10/+1
2013-07-14efivarfs: we can use simple_lookup() nowAl Viro1-13/+1
2013-07-14make simple_lookup() usable for filesystems that set ->s_d_opAl Viro1-1/+2
2013-07-14configfs: don't open-code d_alloc_name()Al Viro1-11/+2
2013-07-14__rpc_lookup_create_exclusive: pass string instead of qstrAl Viro1-25/+9
2013-07-14rpc_create_*_dir: don't bother with qstrAl Viro4-33/+23
2013-07-13llist: llist_add() can use llist_add_batch()Oleg Nesterov1-10/+4
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2-22/+12
2013-07-13fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2-15/+12
2013-07-13fs/file_table.c:fput(): add commentAndrew Morton1-0/+6
2013-07-13Safer ABI for O_TMPFILEAl Viro6-8/+12
2013-07-12arm: multi_v7_defconfig: Tweaks for omap and sunxiOlof Johansson1-3/+7
2013-07-13ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o1-3/+8
2013-07-13ext4: fix spelling errors and a comment in extent_status treeTheodore Ts'o2-16/+14
2013-07-12ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-12via-rhine: fix dma mapping errorsNeil Horman1-1/+16
2013-07-12atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-07-12tcp: account all retransmit failuresYuchung Cheng1-3/+4
2013-07-12usb/net/r815x: fix cast to restricted __le32hayeswang1-9/+12
2013-07-12usb/net/r8152: fix integer overflow in expressionhayeswang1-1/+2
2013-07-12net: access page->private by using page_privateSunghan Suh1-3/+3
2013-07-12net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin1-1/+1
2013-07-12arm: multi_v7_defconfig: add i.MX options and NFS rootVincent Stehlé1-0/+10
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen1-3/+4
2013-07-12sched: Fix HRTICKPeter Zijlstra1-9/+11
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd1-1/+4
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst5-359/+381
2013-07-12perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-12perf: Clone child context from parent context pmuJiri Olsa1-1/+1