| Commit message (Expand) | Author | Age |
* | tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent() | David S. Miller | 2014-03-06 |
* | inet: remove now unused flag DST_NOPEER | Hannes Frederic Sowa | 2014-03-06 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-05 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-03-04 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-02-27 |
| | |\ |
|
| | | * | xfrm: Clone states properly on migration | Steffen Klassert | 2014-02-20 |
| | * | | net-tcp: fastopen: fix high order allocations | Eric Dumazet | 2014-02-22 |
| | * | | sit: fix panic with route cache in ip tunnels | Nicolas Dichtel | 2014-02-20 |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2014-02-19 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n | Florian Westphal | 2014-02-17 |
| * | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2014-03-04 |
| |\ \ \ |
|
| | * | | | mm: numa: bugfix for LAST_CPUPID_NOT_IN_PAGE_FLAGS | Liu Ping Fan | 2014-03-04 |
| | * | | | mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking | Vlastimil Babka | 2014-03-04 |
| | * | | | mm: close PageTail race | David Rientjes | 2014-03-04 |
| * | | | | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette... | Linus Torvalds | 2014-03-03 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Merge branch 'clocks/fixes/drivers' of git://linuxtv.org/pinchartl/fbdev into... | Mike Turquette | 2014-02-25 |
| | |\ \ \ |
|
| | * | | | | clk: tegra124: remove gr2d and gr3d clocks | Peter De Schrijver | 2014-02-20 |
| * | | | | | Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-03-02 |
| |\ \ \ \ \ |
|
| | * | | | | | sysfs: fix namespace refcnt leak | Li Zefan | 2014-02-25 |
| | |/ / / / |
|
| * | | | | | Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-02-28 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus | Mark Brown | 2014-02-22 |
| | |\ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | * | | | | ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions | Charles Keepax | 2014-02-20 |
| * | | | | | | Merge tag 'metag-fixes-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-02-27 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | asm-generic: add sched_setattr/sched_getattr syscalls | James Hogan | 2014-02-24 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-02-27 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | fsnotify: Allocate overflow events with proper type | Jan Kara | 2014-02-25 |
| | * | | | | | | Revert "writeback: do not sync data dirtied after sync start" | Jan Kara | 2014-02-21 |
| | * | | | | | | inotify: Fix reporting of cookies for inotify events | Jan Kara | 2014-02-18 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | ipc,mqueue: remove limits for the amount of system-wide queues | Davidlohr Bueso | 2014-02-25 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | sched: Add 'flags' argument to sched_{set,get}attr() syscalls | Peter Zijlstra | 2014-02-21 |
| * | | | | | Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-02-20 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact() | Alexander Gordeev | 2014-02-13 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-02-20 |
| |\ \ \ \ \ |
|
| | * | | | | | cgroup: protect modifications to cgroup_idr with cgroup_mutex | Li Zefan | 2014-02-11 |
| | |/ / / / |
|
| * | | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-02-20 |
| |\ \ \ \ \ |
|
| | * | | | | | workqueue: add args to workqueue lockdep name | Li Zhong | 2014-02-14 |
| | |/ / / / |
|
| * | | | | | Merge tag 'mfd-fixes-3.14-1' of git://git.linaro.org/people/lee.jones/mfd | Linus Torvalds | 2014-02-19 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | mfd: tps65217: Naturalise cross-architecture discrepancies | Lee Jones | 2014-02-19 |
| | * | | | | mfd: max8998: Naturalise cross-architecture discrepancies | Lee Jones | 2014-02-19 |
| | * | | | | mfd: max8997: Naturalise cross-architecture discrepancies | Lee Jones | 2014-02-19 |
| | |/ / / |
|
* | | | | | UAPI: add MPLS label stack definition | Simon Wunderlich | 2014-03-04 |
* | | | | | if_ether.h: add IEEE 802.21 Ethertype | Simon Wunderlich | 2014-03-04 |
* | | | | | tcp: snmp stats for Fast Open, SYN rtx, and data pkts | Yuchung Cheng | 2014-03-03 |
* | | | | | net/mlx4_en: Use union for BlueFlame WQE | Amir Vadai | 2014-03-02 |
* | | | | | net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64() | Eugenia Emantayev | 2014-03-02 |
* | | | | | 6lowpan: handling 6lowpan fragmentation via inet_frag api | Alexander Aring | 2014-02-28 |
* | | | | | net: ns: add ieee802154_6lowpan namespace | Alexander Aring | 2014-02-28 |
* | | | | | 6lowpan: add frag information struct | Alexander Aring | 2014-02-28 |
* | | | | | ipv6: addrconf: silence sparse endianness warnings | Bjørn Mork | 2014-02-27 |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-02-27 |
|\ \ \ \ \ |
|