index
:
blackbird-op-linux
master
Blackbirdâ„¢ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] kcalloc(): INT_MAX -> ULONG_MAX
Adrian Bunk
2006-03-22
1
-1
/
+1
*
[PATCH] mm: page_state comment more
Nick Piggin
2006-03-22
1
-2
/
+3
*
[PATCH] mm: split highorder pages
Nick Piggin
2006-03-22
1
-0
/
+6
*
[PATCH] mm: de-skew page refcounting
Nick Piggin
2006-03-22
1
-14
/
+5
*
[PATCH] mm: simplify vmscan vs release refcounting
Nick Piggin
2006-03-22
1
-8
/
+11
*
[PATCH] mm: slab less atomics
Nick Piggin
2006-03-22
1
-4
/
+2
*
[PATCH] mm: page_alloc less atomics
Nick Piggin
2006-03-22
1
-2
/
+2
*
[PATCH] mm: less atomic ops
Nick Piggin
2006-03-22
2
-1
/
+3
*
[PATCH] mm: PageActive no testset
Nick Piggin
2006-03-22
1
-2
/
+0
*
[PATCH] mm: PageLRU no testset
Nick Piggin
2006-03-22
1
-3
/
+2
*
[PATCH] rtc.h broke strace(1) builds
Joe Korty
2006-03-22
1
-2
/
+2
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2006-03-21
1
-1
/
+9
|
\
|
*
[CRYPTO] api: Align tfm context as wide as possible
Herbert Xu
2006-03-21
1
-1
/
+9
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-03-21
33
-269
/
+518
|
\
\
|
*
|
[NETFILTER]: Add H.323 conntrack/NAT helper
Jing Min Zhao
2006-03-20
2
-0
/
+32
|
*
|
[BRIDGE]: netfilter inline cleanup
Stephen Hemminger
2006-03-20
1
-27
/
+0
|
*
|
[DCCP] minisock: Rename struct dccp_options to struct dccp_minisock
Arnaldo Carvalho de Melo
2006-03-20
1
-17
/
+26
|
*
|
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
2006-03-20
2
-0
/
+13
|
*
|
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
2006-03-20
1
-1
/
+3
|
*
|
[DECnet]: Endian annotation and fixes for DECnet.
Steven Whitehouse
2006-03-20
1
-22
/
+22
|
*
|
[SECURITY]: TCP/UDP getpeersec
Catherine Zhang
2006-03-20
3
-6
/
+21
|
*
|
[TCP]: sysctl to allow TCP window > 32767 sans wscale
Rick Jones
2006-03-20
1
-0
/
+1
|
*
|
[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.
Neil Horman
2006-03-20
2
-0
/
+2
|
*
|
[NET]: sem2mutex part 2
Ingo Molnar
2006-03-20
1
-1
/
+1
|
*
|
[NET]: dev_put/dev_hold cleanup
Stephen Hemminger
2006-03-20
1
-2
/
+4
|
*
|
[TG3]: Add 5787 and 5754 basic support
Michael Chan
2006-03-20
1
-0
/
+4
|
*
|
[NET] rtnetlink: Add RTPROT entry for Netsukuku.
Alpt
2006-03-20
1
-0
/
+1
|
*
|
[NET]: Convert RTNL to mutex.
Stephen Hemminger
2006-03-20
1
-13
/
+7
|
*
|
[IRDA]: TOIM3232 dongle support
David Basden
2006-03-20
1
-0
/
+1
|
*
|
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
John Heffner
2006-03-20
1
-0
/
+6
|
*
|
[NET]: Uninline kfree_skb and allow NULL argument
Jörn Engel
2006-03-20
1
-16
/
+1
|
*
|
[XFRM]: Rearrange struct xfrm_aevent_id for better compatibility.
Jamal Hadi Salim
2006-03-20
1
-1
/
+1
|
*
|
[DCCP] feat: Introduce sysctls for the default features
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+16
|
*
|
[DCCP]: Make CCID2 be the default
Arnaldo Carvalho de Melo
2006-03-20
1
-9
/
+0
|
*
|
[DCCP]: sparse endianness annotations
Andrea Bittau
2006-03-20
1
-31
/
+21
|
*
|
[NETFILTER]: Fix skb->nf_bridge lifetime issues
Patrick McHardy
2006-03-20
1
-10
/
+14
|
*
|
[DCCP] CCID: Improve CCID infrastructure
Arnaldo Carvalho de Melo
2006-03-20
1
-2
/
+0
|
*
|
[IPSEC]: Sync series - core changes
Jamal Hadi Salim
2006-03-20
2
-0
/
+32
|
*
|
[NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ...
Patrick McHardy
2006-03-20
1
-0
/
+1
|
*
|
[NETFILTER]: ctnetlink: avoid unneccessary event message generation
Patrick McHardy
2006-03-20
1
-0
/
+1
|
*
|
[NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...
Patrick McHardy
2006-03-20
4
-106
/
+94
|
*
|
[NETFILTER]: x_tables: pass registered match/target data to match/target func...
Patrick McHardy
2006-03-20
1
-2
/
+8
|
*
|
[NETFILTER]: xt_tables: add centralized error checking
Patrick McHardy
2006-03-20
1
-4
/
+19
|
*
|
[DCCP]: Set the default CCID according to kernel config selection
Ian McDonald
2006-03-20
1
-1
/
+10
|
*
|
[TCP]: MTU probing
John Heffner
2006-03-20
1
-0
/
+2
|
*
|
[TG3]: Add support for 5714S and 5715S
Michael Chan
2006-03-20
1
-0
/
+2
|
*
|
[DCCP]: Initial feature negotiation implementation
Andrea Bittau
2006-03-20
1
-1
/
+34
|
*
|
[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
Andrea Bittau
2006-03-20
1
-3
/
+5
|
*
|
[LIST]: Introduce list_for_each_entry_from
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+11
|
*
|
[LIST]: Introduce list_for_each_entry_safe_from
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+13
[next]