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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkt_sched: Remove the tx queue state check in qdisc_run()
Jarek Poplawski
2008-09-23
1
-4
/
+1
*
tcp: Use SKB queue handling interfaces instead of by-hand versions.
David S. Miller
2008-09-23
1
-25
/
+15
*
net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().
David S. Miller
2008-09-23
1
-0
/
+9
*
net: Add skb_queue_next().
David S. Miller
2008-09-23
1
-0
/
+18
*
tcp: Use skb_queue_is_last() instead of by-hand version.
David S. Miller
2008-09-23
1
-3
/
+3
*
net: Add skb_queue_is_last().
David S. Miller
2008-09-23
1
-0
/
+13
*
pkt_sched: Make qdisc->gso_skb a list.
David S. Miller
2008-09-22
1
-1
/
+1
*
sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().
David S. Miller
2008-09-22
1
-8
/
+2
*
net: Fix bus in SKB queue splicing interfaces.
David S. Miller
2008-09-22
1
-4
/
+4
*
net: network device name ifalias support
Stephen Hemminger
2008-09-22
3
-0
/
+5
*
Phonet: emit errors when a packet cannot be delivered locally
Remi Denis-Courmont
2008-09-22
2
-0
/
+37
*
Phonet: proc interface for port range
Remi Denis-Courmont
2008-09-22
1
-0
/
+3
*
Phonet: provide MAC header operations
Remi Denis-Courmont
2008-09-22
1
-0
/
+4
*
Phonet: Phonet datagram transport protocol
Remi Denis-Courmont
2008-09-22
1
-0
/
+6
*
Phonet: common socket glue
Remi Denis-Courmont
2008-09-22
2
-0
/
+26
*
Phonet: Netlink interface
Remi Denis-Courmont
2008-09-22
1
-0
/
+1
*
Phonet: network device and address handling
Remi Denis-Courmont
2008-09-22
1
-0
/
+50
*
Phonet: PF_PHONET protocol family support
Remi Denis-Courmont
2008-09-22
1
-0
/
+74
*
Phonet: global definitions
Remi Denis-Courmont
2008-09-22
5
-1
/
+147
*
ipsec: Fix xfrm_state_walk race
Herbert Xu
2008-09-22
2
-8
/
+4
*
isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation.
David S. Miller
2008-09-22
1
-1
/
+1
*
net: Add new interfaces for SKB list light-weight init and splicing.
David S. Miller
2008-09-21
1
-2
/
+94
*
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
2008-09-21
1
-2
/
+2
*
tcp: don't clear retransmit_skb_hint when not necessary
Ilpo Järvinen
2008-09-20
1
-1
/
+6
*
tcp: reorganize retransmit code loops
Ilpo Järvinen
2008-09-20
2
-2
/
+0
*
tcp: convert retransmit_cnt_hint to seqno
Ilpo Järvinen
2008-09-20
2
-1
/
+3
*
tcp: Partial hint clearing has again become meaningless
Ilpo Järvinen
2008-09-20
1
-6
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2008-09-19
4
-39
/
+280
|
\
|
*
mac80211: fix virtual interfaces vs. injection
Johannes Berg
2008-09-15
1
-0
/
+1
|
*
mac80211: share sta_info->ht_info
Johannes Berg
2008-09-15
1
-0
/
+2
|
*
mac80211: share sta->supp_rates
Johannes Berg
2008-09-15
1
-0
/
+2
|
*
mac80211: share STA information with driver
Johannes Berg
2008-09-15
1
-5
/
+48
|
*
mac80211: use nl80211 interface types
Johannes Berg
2008-09-15
1
-31
/
+4
|
*
mac80211: inform driver of basic rateset
Johannes Berg
2008-09-15
1
-0
/
+6
|
*
mac80211: fix scan vs. interface removal race
Johannes Berg
2008-09-15
1
-1
/
+3
|
*
cfg80211: Add new wireless regulatory infrastructure
Luis R. Rodriguez
2008-09-15
4
-2
/
+214
*
|
Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jga...
David S. Miller
2008-09-19
1
-0
/
+3
|
\
\
|
*
|
enic: add Cisco 10G Ethernet NIC driver
Scott Feldman
2008-09-18
1
-0
/
+2
|
*
|
atl2: add atl2 driver
Chris Snook
2008-09-18
1
-0
/
+1
|
|
/
*
|
net: Fix build with ARCH=um
David S. Miller
2008-09-19
1
-0
/
+7
|
/
*
pkt_action: add new action skbedit
Alexander Duyck
2008-09-12
3
-0
/
+79
*
pkt_sched: Add multiqueue scheduler support
Alexander Duyck
2008-09-12
1
-0
/
+7
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2008-09-11
2
-7
/
+25
|
\
|
*
mac80211: move some HT code out of mlme.c
Johannes Berg
2008-09-11
1
-0
/
+18
|
*
mac80211: make conf_tx non-atomic
Johannes Berg
2008-09-11
1
-1
/
+1
|
*
mac80211: change MIMO_PS to SM_PS
Tomas Winkler
2008-09-11
1
-6
/
+6
*
|
net: Add SKB DMA mapping helper functions.
David S. Miller
2008-09-11
1
-0
/
+8
*
|
net: Add DMA mapping tokens to skb_shared_info.
David S. Miller
2008-09-11
1
-0
/
+6
|
/
*
ipsec: Use RCU-like construct for saved state within a walk
Herbert Xu
2008-09-09
1
-10
/
+5
*
Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2008-09-09
1
-70
/
+238
|
\
[next]