aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller2014-03-06
* inet: remove now unused flag DST_NOPEERHannes Frederic Sowa2014-03-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-04
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-27
| | |\
| | | * xfrm: Clone states properly on migrationSteffen Klassert2014-02-20
| | * | net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-22
| | * | sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-20
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-19
| | |\ \ | | | |/ | | |/|
| | | * netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-17
| * | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-03-04
| |\ \ \
| | * | | mm: numa: bugfix for LAST_CPUPID_NOT_IN_PAGE_FLAGSLiu Ping Fan2014-03-04
| | * | | mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka2014-03-04
| | * | | mm: close PageTail raceDavid Rientjes2014-03-04
| * | | | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds2014-03-03
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'clocks/fixes/drivers' of git://linuxtv.org/pinchartl/fbdev into...Mike Turquette2014-02-25
| | |\ \ \
| | * | | | clk: tegra124: remove gr2d and gr3d clocksPeter De Schrijver2014-02-20
| * | | | | Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-02
| |\ \ \ \ \
| | * | | | | sysfs: fix namespace refcnt leakLi Zefan2014-02-25
| | |/ / / /
| * | | | | Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-02-28
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2014-02-22
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functionsCharles Keepax2014-02-20
| * | | | | | Merge tag 'metag-fixes-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-27
| |\ \ \ \ \ \
| | * | | | | | asm-generic: add sched_setattr/sched_getattr syscallsJames Hogan2014-02-24
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-02-27
| |\ \ \ \ \ \
| | * | | | | | fsnotify: Allocate overflow events with proper typeJan Kara2014-02-25
| | * | | | | | Revert "writeback: do not sync data dirtied after sync start"Jan Kara2014-02-21
| | * | | | | | inotify: Fix reporting of cookies for inotify eventsJan Kara2014-02-18
| | | |/ / / / | | |/| | | |
| * | | | | | ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso2014-02-25
| | |/ / / / | |/| | | |
| * | | | | sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra2014-02-21
| * | | | | Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-20
| |\ \ \ \ \
| | * | | | | PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact()Alexander Gordeev2014-02-13
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-20
| |\ \ \ \ \
| | * | | | | cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-11
| | |/ / / /
| * | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-20
| |\ \ \ \ \
| | * | | | | workqueue: add args to workqueue lockdep nameLi Zhong2014-02-14
| | |/ / / /
| * | | | | Merge tag 'mfd-fixes-3.14-1' of git://git.linaro.org/people/lee.jones/mfdLinus Torvalds2014-02-19
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | mfd: tps65217: Naturalise cross-architecture discrepanciesLee Jones2014-02-19
| | * | | | mfd: max8998: Naturalise cross-architecture discrepanciesLee Jones2014-02-19
| | * | | | mfd: max8997: Naturalise cross-architecture discrepanciesLee Jones2014-02-19
| | |/ / /
* | | | | UAPI: add MPLS label stack definitionSimon Wunderlich2014-03-04
* | | | | if_ether.h: add IEEE 802.21 EthertypeSimon Wunderlich2014-03-04
* | | | | tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng2014-03-03
* | | | | net/mlx4_en: Use union for BlueFlame WQEAmir Vadai2014-03-02
* | | | | net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()Eugenia Emantayev2014-03-02
* | | | | 6lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring2014-02-28
* | | | | net: ns: add ieee802154_6lowpan namespaceAlexander Aring2014-02-28
* | | | | 6lowpan: add frag information structAlexander Aring2014-02-28
* | | | | ipv6: addrconf: silence sparse endianness warningsBjørn Mork2014-02-27
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-27
|\ \ \ \ \