index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-02
vxlan: virtual extensible lan
stephen hemminger
1
-0
/
+16
2012-10-02
netlink: add attributes to fdb interface
stephen hemminger
1
-1
/
+3
2012-10-02
IB/ipoib: Add more rtnl_link_ops callbacks
Or Gerlitz
1
-0
/
+7
2012-10-02
ipv4: gre: add GRO capability
Eric Dumazet
1
-0
/
+3
2012-10-02
net: add gro_cells infrastructure
Eric Dumazet
1
-0
/
+103
2012-09-30
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
15
-213
/
+223
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
22
-20
/
+73
2012-09-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
15
-213
/
+223
2012-09-28
net: struct napi_struct fields reordering
Eric Dumazet
1
-4
/
+2
2012-09-28
net: remove sk_init() helper
Eric Dumazet
1
-2
/
+0
2012-09-28
tunnel: drop packet if ECN present with not-ECT
stephen hemminger
1
-0
/
+76
2012-09-27
NFC: LLCP raw socket support
Thierry Escande
1
-0
/
+11
2012-09-27
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
Linus Torvalds
1
-1
/
+3
2012-09-26
syscalls: add __NR_kcmp syscall to generic unistd.h
Mark Salter
1
-1
/
+3
2012-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+16
2012-09-25
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2
-4
/
+45
2012-09-25
c/r: prctl: fix build error for no-MMU case
Mark Salter
1
-0
/
+1
2012-09-25
NFC: xmit from hci ops must return 0 or negative
Waldemar Rymarkiewicz
1
-0
/
+5
2012-09-25
NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core
Eric Lapuyade
2
-106
/
+3
2012-09-25
NFC: Add an shdlc llc module to llc core
Eric Lapuyade
1
-0
/
+1
2012-09-25
NFC: Add a nop (passthrough) llc module to llc core
Eric Lapuyade
1
-0
/
+2
2012-09-25
NFC: Add an LLC Core layer to HCI
Eric Lapuyade
1
-0
/
+51
2012-09-25
NFC: Modified hci_transceive to become an asynchronous operation
Eric Lapuyade
2
-4
/
+8
2012-09-25
NFC: Add a public nfc_hci_send_cmd_async method
Eric Lapuyade
1
-0
/
+3
2012-09-25
NFC: Use system_nrt_wq instead of custom ones
Tejun Heo
3
-4
/
+0
2012-09-25
NFC: Implement NCI dep_link_up and dep_link_down
Ilan Elias
2
-0
/
+5
2012-09-25
NFC: Parse NCI NFC-DEP activation params
Ilan Elias
1
-0
/
+6
2012-09-25
NFC: Set local general bytes in nci_start_poll
Ilan Elias
2
-0
/
+24
2012-09-25
filter: add XOR instruction for use with X/K
Daniel Borkmann
1
-0
/
+3
2012-09-25
net: use a per task frag allocator
Eric Dumazet
3
-15
/
+19
2012-09-24
phy/micrel: Add missing header to micrel_phy.h
Marek Vasut
1
-0
/
+12
2012-09-24
phy/micrel: Rename KS80xx to KSZ80xx
Marek Vasut
1
-3
/
+3
2012-09-24
phy/micrel: Implement support for KSZ8021
Marek Vasut
1
-0
/
+1
2012-09-24
net: Remove unnecessary NULL check in scm_destroy().
David S. Miller
1
-1
/
+1
2012-09-24
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
5
-53
/
+80
2012-09-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
4
-15
/
+51
2012-09-24
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2
-82
/
+10
2012-09-24
netfilter: nfnetlink_queue: add NFQA_CAP_LEN attribute
Pablo Neira Ayuso
1
-0
/
+1
2012-09-24
netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entries
Pablo Neira Ayuso
1
-1
/
+5
2012-09-24
netfilter: xt_time: add support to ignore day transition
Florian Westphal
1
-0
/
+5
2012-09-23
netlink: Rearrange netlink_kernel_cfg to save space on 64-bit.
David S. Miller
1
-1
/
+1
2012-09-23
netfilter: ipset: Support to match elements marked with "nomatch"
Jozsef Kadlecsik
1
-0
/
+4
2012-09-23
netfilter: ipset: Coding style fixes
Jozsef Kadlecsik
2
-3
/
+4
2012-09-23
netfilter: ipset: Include supported revisions in module description
Jozsef Kadlecsik
1
-0
/
+6
2012-09-23
netfilter: ipset: Rewrite cidr book keeping to handle /0
Jozsef Kadlecsik
1
-49
/
+55
2012-09-22
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
Neal Cardwell
1
-0
/
+1
2012-09-22
tcp: extract code to compute SYNACK RTT
Neal Cardwell
1
-0
/
+9
2012-09-22
ptp: clarify the clock_name sysfs attribute
Richard Cochran
1
-1
/
+3
2012-09-22
ptp: link the phc device to its parent device
Richard Cochran
1
-2
/
+5
2012-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-5
/
+15
[next]