index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
John W. Linville
1
-0
/
+13
2010-05-10
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
31
-200
/
+463
2010-05-07
cfg80211/mac80211: better channel handling
Johannes Berg
1
-0
/
+13
2010-05-06
net: Increase NET_SKB_PAD to 64 bytes
Eric Dumazet
1
-1
/
+4
2010-05-06
netpoll: Use 'bool' for netpoll_rx() return type.
David S. Miller
1
-4
/
+4
2010-05-06
netpoll: add generic support for bridge and bonding devices
WANG Cong
4
-0
/
+9
2010-05-06
Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
David S. Miller
1
-0
/
+2
2010-05-05
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
David S. Miller
4
-119
/
+144
2010-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
John W. Linville
4
-119
/
+144
2010-05-05
net: __alloc_skb() speedup
Eric Dumazet
1
-1
/
+6
2010-05-03
net: rcu fixes
Eric Dumazet
1
-0
/
+29
2010-05-03
tun: add ioctl to modify vnet header size
Michael S. Tsirkin
1
-0
/
+2
2010-05-02
net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.h
David S. Miller
1
-5
/
+5
2010-05-02
net: fix softnet_stat
Changli Gao
1
-10
/
+7
2010-05-02
net: Inline skb_pull() in eth_type_trans().
David S. Miller
1
-0
/
+5
2010-05-01
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
1
-5
/
+9
2010-04-28
caif: Rewritten socket implementation
Sjur Braendeland
1
-2
/
+3
2010-04-27
net: batch skb dequeueing from softnet input_pkt_queue
Changli Gao
1
-2
/
+4
2010-04-27
net: reimplement softnet_data.output_queue as a FIFO queue
Changli Gao
1
-0
/
+1
2010-04-27
cfg80211: add ap isolation support
Felix Fietkau
1
-0
/
+5
2010-04-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6
David S. Miller
2
-8
/
+6
2010-04-27
igb: add support for reporting 5GT/s during probe on PCIe Gen2
Alexander Duyck
1
-0
/
+3
2010-04-27
netfilter: x_tables: rectify XT_FUNCTION_MAXNAMELEN usage
Jan Engelhardt
1
-8
/
+6
2010-04-26
ssb: Fix order of definitions and some text space indents
Rafał Miłecki
1
-29
/
+29
2010-04-26
ssb: Use relative offsets for SPROM
Rafał Miłecki
1
-98
/
+98
2010-04-26
ssb: Look for SPROM at different offset on higher rev CC
Rafał Miłecki
2
-1
/
+3
2010-04-26
ssb: do not read SPROM if it does not exist
John W. Linville
2
-0
/
+18
2010-04-26
net: rtnetlink: decouple rtnetlink address families from real address families
Patrick McHardy
2
-8
/
+6
2010-04-23
IPv6: Complete IPV6_DONTFRAG support
Brian Haley
1
-0
/
+2
2010-04-23
IPv6: data structure changes for new socket options
Brian Haley
2
-4
/
+11
2010-04-23
Merge branch 'master' into for-davem
John W. Linville
2
-0
/
+3
2010-04-23
netfilter: nf_conntrack: extend with extra stat counter
Jesper Dangaard Brouer
1
-0
/
+1
2010-04-22
remove DCB_PROTO_VERSION as we don't do netlink versioning
Scott Feldman
1
-2
/
+0
2010-04-22
X25: Add if_x25.h and x25 to device identifiers
Andrew Hendry
2
-0
/
+27
2010-04-22
net: Socket filter ancilliary data access for skb->dev->type
Paul LeoNerd Evans
1
-1
/
+2
2010-04-22
IPv6: Generic TTL Security Mechanism (final version)
Stephen Hemminger
2
-0
/
+4
2010-04-21
ks8842: Add platform data for setting mac address
Richard Röjfors
1
-0
/
+34
2010-04-21
fasync: RCU and fine grained locking
Eric Dumazet
1
-6
/
+6
2010-04-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
David S. Miller
5
-30
/
+137
2010-04-20
net: Remove two unnecessary exports (skbuff).
Rami Rosen
1
-4
/
+0
2010-04-20
mac80211: add flags for STBC (Space-Time Block Coding)
Felix Fietkau
1
-0
/
+1
2010-04-20
netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE traffic
Bart De Schuymer
1
-0
/
+7
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
92
-384
/
+1053
2010-04-20
netfilter: xt_TEE: resolve oif using netdevice notifiers
Patrick McHardy
1
-0
/
+3
2010-04-20
rps: cleanups
Eric Dumazet
1
-2
/
+2
2010-04-19
rps: shortcut net_rps_action()
Eric Dumazet
1
-3
/
+6
2010-04-19
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-9
/
+56
2010-04-19
netfilter: xtables: make ip_tables reentrant
Jan Engelhardt
1
-0
/
+7
2010-04-19
netfilter: xtables: inclusion of xt_TEE
Jan Engelhardt
2
-0
/
+10
2010-04-19
rcu: Make RCU lockdep check the lockdep_recursion variable
Paul E. McKenney
1
-4
/
+1
[next]