index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
phy: Change mii_bus id field to a string
Andy Fleming
2008-04-16
2
-5
/
+9
*
[NETNS]: Add netns refcnt debug for network devices.
Denis V. Lunev
2008-04-16
1
-1
/
+2
*
[VLAN]: Tag vlan_group_device with net device, not ifindex.
Pavel Emelyanov
2008-04-16
1
-1
/
+3
*
[ISDN] include/linux/isdn.h: remove dead code
Adrian Bunk
2008-04-15
1
-6
/
+0
*
[WANPIPE]: Forgotten bits of Sangoma drivers removal.
Adrian Bunk
2008-04-15
2
-125
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2008-04-14
8
-66
/
+186
|
\
|
*
[NETFILTER]: bridge: add ebt_nflog watcher
Peter Warasin
2008-04-14
1
-0
/
+21
|
*
[NETFILTER]: nf_nat: kill helper and seq_adjust hooks
Patrick McHardy
2008-04-14
1
-2
/
+0
|
*
[NETFILTER]: nf_conntrack: add DCCP protocol support
Patrick McHardy
2008-04-14
2
-0
/
+48
|
*
[NETFILTER]: Add partial checksum validation helper
Patrick McHardy
2008-04-14
1
-0
/
+22
|
*
[NETFILTER]: remove arpt_(un)register_target indirection macros
Jan Engelhardt
2008-04-14
1
-5
/
+0
|
*
[NETFILTER]: remove arpt_target indirection macro
Jan Engelhardt
2008-04-14
1
-1
/
+0
|
*
[NETFILTER]: remove arpt_table indirection macro
Jan Engelhardt
2008-04-14
1
-6
/
+5
|
*
[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
Jan Engelhardt
2008-04-14
1
-2
/
+2
|
*
[NETFILTER]: xt_sctp: simplify xt_sctp.h
Jan Engelhardt
2008-04-14
1
-49
/
+35
|
*
[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real
Alexey Dobriyan
2008-04-14
1
-1
/
+53
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-04-14
3
-41
/
+2
|
\
\
|
|
/
|
/
|
|
*
[IPV6]: IPv6 extension header structures need to be packed.
YOSHIFUJI Hideaki
2008-04-13
1
-1
/
+1
|
*
net: make struct tun_struct private to tun.c
Rusty Russell
2008-04-12
2
-40
/
+1
*
|
[SKB]: __skb_queue_tail = __skb_insert before
Gerrit Renker
2008-04-14
1
-8
/
+8
*
|
[SKB]: __skb_append = __skb_queue_after
Gerrit Renker
2008-04-14
1
-9
/
+3
*
|
[SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)
Gerrit Renker
2008-04-14
1
-22
/
+12
*
|
[SKB]: __skb_dequeue = skb_peek + __skb_unlink
Gerrit Renker
2008-04-14
1
-31
/
+16
*
|
[IPV6] MROUTE: Do not call ipv6_find_idev() directly.
YOSHIFUJI Hideaki
2008-04-13
1
-3
/
+0
*
|
Merge branch 'net-2.6.26-misc-20080412b' of git://git.linux-ipv6.org/gitroot/...
David S. Miller
2008-04-12
1
-0
/
+8
|
\
\
|
*
|
[IPV6]: Define constants for link-local multicast addresses.
YOSHIFUJI Hideaki
2008-04-12
1
-0
/
+8
*
|
|
LSM: Make the Labeled IPsec hooks more stack friendly
Paul Moore
2008-04-12
1
-24
/
+24
|
/
/
*
|
[SKFILTER]: Add SKF_ADF_NLATTR instruction
Patrick McHardy
2008-04-10
1
-1
/
+2
*
|
socket: sk_filter deinline
Stephen Hemminger
2008-04-10
1
-0
/
+1
*
|
socket: sk_filter minor cleanups
Stephen Hemminger
2008-04-10
1
-16
/
+15
*
|
ssb: Add support for block-I/O
Michael Buesch
2008-04-08
1
-0
/
+19
*
|
ssb: Turn suspend/resume upside down
Michael Buesch
2008-04-08
2
-5
/
+8
*
|
Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot...
David S. Miller
2008-04-08
2
-4
/
+23
|
\
\
|
*
|
[IPV6] NDISC: Don't rely on node-type hint from L2 unless required.
YOSHIFUJI Hideaki
2008-04-03
1
-0
/
+2
|
*
|
[IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.
YOSHIFUJI Hideaki
2008-04-03
1
-0
/
+4
|
*
|
[IPV6] SIT: Add PRL management for ISATAP.
Templin, Fred L
2008-04-03
2
-4
/
+17
*
|
|
[IPV6]: Comment MRT6_xxx sockopts in include/linux/in6.h.
YOSHIFUJI Hideaki
2008-04-05
1
-0
/
+15
*
|
|
[IPV6] MROUTE: Support PIM-SM (SSM).
YOSHIFUJI Hideaki
2008-04-05
1
-0
/
+4
*
|
|
[IPV6] MROUTE: Support multicast forwarding.
YOSHIFUJI Hideaki
2008-04-05
3
-0
/
+233
*
|
|
[IPV4] MROUTE: Adjust include files for user-space.
YOSHIFUJI Hideaki
2008-04-04
2
-0
/
+19
*
|
|
[IPV4] MROUTE: Move PIM definitions to <linux/pim.h>.
YOSHIFUJI Hideaki
2008-04-04
3
-21
/
+31
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2008-04-03
23
-135
/
+98
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
kvm: provide kvm.h for all architecture: fixes headers_install
Christian Borntraeger
2008-04-02
1
-1
/
+1
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-04-02
1
-4
/
+8
|
|
\
\
|
*
|
|
cfq-iosched: fix rcu freeing of cfq io contexts
Fabio Checconi
2008-04-02
1
-0
/
+3
|
*
|
|
Input: make sure input interfaces pin parent input devices
Dmitry Torokhov
2008-04-01
1
-2
/
+3
|
*
|
|
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2008-03-30
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
libata: ATA_EHI_LPM should be ATA_EH_LPM
Tejun Heo
2008-03-29
1
-1
/
+1
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2008-03-30
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
ide: fix defining SUPPORT_VLB_SYNC
Bartlomiej Zolnierkiewicz
2008-03-29
1
-1
/
+1
|
|
|
/
/
/
[next]