aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| | * | | | | usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai2013-01-21
| | * | | | | ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-21
| * | | | | | Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-24
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-01-22
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson2013-01-22
| | |\ \ \ \ \ \
| | | * | | | | | [media] coda: Fix build due to iram.h renameSascha Hauer2013-01-08
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-01-23
| |\ \ \ \ \ \ \ \
| | * | | | | | | | asm-generic/dma-mapping-broken.h: Provide dma_alloc_attrs()/dma_free_attrs()Geert Uytterhoeven2012-12-25
| * | | | | | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-01-22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [libata] replace sata_settings with devslp_timingShane Huang2013-01-14
| * | | | | | | | | | ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-01-22
| * | | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | module: add new state MODULE_STATE_UNFORMED.Rusty Russell2013-01-11
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-01-20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.hVineet Gupta2012-12-26
| | |/ / / / / / / / /
| * | | | | | | | | | ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-20
| * | | | | | | | | | Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-01-18
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | 8250/16?50: Add support for Broadcom TruManage redirected serial portStephen Hurd2013-01-17
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix buildKirill A. Shutemov2013-01-18
| | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cpuidle: remove the power_specified field in the driverDaniel Lezcano2013-01-15
| | |/ / / / / / / /
| * | | | | | | | | lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOCJiri Kosina2013-01-16
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-01-16
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | target: Introduce TCM_NO_SENSEHannes Reinecke2013-01-10
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | module, async: async_synchronize_full() on module init iff async is usedTejun Heo2013-01-16
* | | | | | | | | | ipv4: introduce address lifetimeJiri Pirko2013-01-29
* | | | | | | | | | net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer2013-01-29
* | | | | | | | | | net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer2013-01-29
* | | | | | | | | | net: frag helper functions for mem limit trackingJesper Dangaard Brouer2013-01-29
* | | | | | | | | | net: cacheline adjust struct inet_frag_queueJesper Dangaard Brouer2013-01-29
* | | | | | | | | | net: cacheline adjust struct inet_frags for better frag performanceJesper Dangaard Brouer2013-01-29
* | | | | | | | | | net: cacheline adjust struct netns_frags for better frag performanceJesper Dangaard Brouer2013-01-29
* | | | | | | | | | net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明2013-01-28
* | | | | | | | | | drivers/net/phy/micrel_phy: Add support for new PHYsDavid J. Choi2013-01-28
* | | | | | | | | | netpoll: add RCU annotation to npinfo fieldCong Wang2013-01-28
* | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-01-28
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-28
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-22
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | * | | | | | | | cfg80211: check radar interface combinationsSimon Wunderlich2013-01-16
| | | * | | | | | | | cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen2013-01-16
| | | * | | | | | | | nl80211: allow user-space to set address for P2P_DEVICEArend van Spriel2013-01-16
| | | * | | | | | | | {cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch2013-01-16
| | | * | | | | | | | {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch2013-01-16
| | | * | | | | | | | mac80211: call restart complete at wowlan resume timeJohannes Berg2013-01-16
| | | * | | | | | | | {cfg,mac}80211.h: fix some kernel-doc warningsYacine Belkadi2013-01-16
| | | * | | | | | | | wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-14
| | * | | | | | | | | bcma: fix bcm4716/bcm4748 i2s irqflagNathan Hintz2013-01-14
| | * | | | | | | | | Merge tag 'nfc-next-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2013-01-14
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | NFC: Change nfc.h licenseLauro Ramos Venancio2013-01-14
| | | * | | | | | | | | NFC: Initial Secure Element APISamuel Ortiz2013-01-09