aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-21ptp: introduce programmable pins.Richard Cochran1-0/+33
2014-03-20net: cdc_ncm: respect operator preferred MTU reported by MBIMBen Chan1-0/+1
2014-03-20net/mlx4: Adapt code for N-Port VFMatan Barak1-0/+1
2014-03-20net/mlx4: Add utils for N-Port VFsMatan Barak1-0/+27
2014-03-20net/mlx4: Add data structures to support N-Ports per VFMatan Barak1-0/+7
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2-101/+0
2014-03-17netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman1-33/+40
2014-03-17netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman1-2/+9
2014-03-17netpoll: Don't drop all received packets.Eric W. Biederman1-2/+1
2014-03-17netpoll: Add netpoll_rx_processingEric W. Biederman1-4/+14
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-4/+32
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-8/+8
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-21/+54
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-41/+26
2014-03-12mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein2-1/+9
2014-03-12mlx4: In RoCE allow guests to have multiple GIDSJack Morgenstein1-0/+1
2014-03-12mlx4_core: For RoCE, allow slaves to set the GID entry at that slave's indexJack Morgenstein1-2/+5
2014-03-12mlx4: Adjust QP1 multiplexing for RoCE/SRIOVJack Morgenstein1-0/+4
2014-03-11netdev: set __percpu attribute on netdev_alloc_pcpu_statsstephen hemminger1-1/+1
2014-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2014-03-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds3-3/+7
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner3-3/+7
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-14/+21
2014-03-10get rid of fget_light()Al Viro2-11/+12
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds2-3/+9
2014-03-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2014-03-09Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+5
2014-03-08Merge tag 'bcm-for-3.14-pinctrl-reduced-rename' of git://github.com/broadcom/bcm11351 into fixesOlof Johansson11-17/+84
2014-03-08Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+1
2014-03-07Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+6
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+8
2014-03-07firewire: don't use PREPARE_DELAYED_WORKTejun Heo1-0/+1
2014-03-07can: allow to change the device mtu for CAN FD capable devicesOliver Hartkopp1-0/+1
2014-03-07can: introduce the data bitrate configuration for CAN FDOliver Hartkopp1-2/+4
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt1-0/+3
2014-03-06netfilter: ipset: Prepare the kernel for create option flags when no extension is neededJozsef Kadlecsik1-0/+2
2014-03-06netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa1-4/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-66/+58
2014-03-04UAPI: add MPLS label stack definitionSimon Wunderlich1-0/+6
2014-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+4
2014-03-04mm: numa: bugfix for LAST_CPUPID_NOT_IN_PAGE_FLAGSLiu Ping Fan1-2/+2
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka1-1/+1
2014-03-04mm: close PageTail raceDavid Rientjes2-43/+12
2014-03-03tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)1-0/+6
2014-03-02net/mlx4_en: Use union for BlueFlame WQEAmir Vadai1-3/+8
2014-03-02net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()Eugenia Emantayev1-0/+12
2014-03-02Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+5
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-0/+5
2014-02-28audit: Send replies in the proper network namespace.Eric W. Biederman1-1/+2
2014-02-28ieee80211: remove function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-36/+0