index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: Fix fatal typo in setup of multicast_querier_expired
Herbert Xu
2012-04-30
1
-3
/
+2
*
l2tp: Add missing net/net/ip6_checksum.h include.
David S. Miller
2012-04-30
1
-0
/
+1
*
net/l2tp: add support for L2TP over IPv6 UDP
Benjamin LaHaise
2012-04-29
2
-13
/
+118
*
net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6
Benjamin LaHaise
2012-04-29
1
-0
/
+39
*
net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()
Benjamin LaHaise
2012-04-29
1
-53
/
+44
*
net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb
Benjamin LaHaise
2012-04-29
1
-15
/
+27
*
net: Fixed a coding style issue related to spaces.
Jeffrin Jose
2012-04-29
1
-1
/
+1
*
net: cleanups in sock_setsockopt()
Eric Dumazet
2012-04-27
1
-27
/
+15
*
crush: include header for global symbols
hartleys
2012-04-27
1
-0
/
+1
*
ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing
Eric Dumazet
2012-04-27
2
-2
/
+18
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2012-04-26
15
-118
/
+229
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-04-26
15
-118
/
+229
|
|
\
|
|
*
mac80211: Adds clean sdata helper
Andrei Emeltchenko
2012-04-24
2
-5
/
+18
|
|
*
mac80211: fix num_mcast_sta counting issues
Felix Fietkau
2012-04-24
2
-4
/
+27
|
|
*
mac80211: rename AP variable num_sta_authorized to num_mcast_sta
Felix Fietkau
2012-04-24
4
-6
/
+6
|
|
*
mac80211: check for non-managed interface
Wey-Yi Guy
2012-04-24
1
-0
/
+4
|
|
*
cfg80211: Validate legacy rateset.
Bala Shanmugam
2012-04-23
1
-0
/
+3
|
|
*
mac80211: declare ieee80211_ave_rssi as EXPORT
Wey-Yi Guy
2012-04-23
1
-0
/
+1
|
|
*
mac80211: fixup for mesh TSF adjustment latency in Toffset setpoint
Javier Cardona
2012-04-23
1
-1
/
+1
|
|
*
mac80211: fix STA channel width field
Thomas Pedersen
2012-04-23
1
-1
/
+3
|
|
*
mac80211: don't set mesh peer ht caps if ht disabled
Thomas Pedersen
2012-04-23
1
-1
/
+2
|
|
*
mac80211: refactor mesh peer rate handling
Thomas Pedersen
2012-04-23
3
-29
/
+25
|
|
*
mac80211: refactor mesh peer initialization
Thomas Pedersen
2012-04-23
1
-54
/
+72
|
|
*
mac80211: Support on-channel scan option.
Ben Greear
2012-04-23
4
-27
/
+77
*
|
|
tcp repair: Fix unaligned access when repairing options (v2)
Pavel Emelyanov
2012-04-26
1
-39
/
+21
*
|
|
6lowpan: duplicate definition of IEEE802154_ALEN
alex.bluesman.smirnov@gmail.com
2012-04-26
2
-5
/
+2
*
|
|
6lowpan: move frame allocation code to a separate function
alex.bluesman.smirnov@gmail.com
2012-04-26
1
-33
/
+48
*
|
|
net: sock_diag_handler structs can be const
Shan Wei
2012-04-26
3
-9
/
+9
*
|
|
ipv6: call consume_skb() in frag/reassembly
Eric Dumazet
2012-04-26
2
-3
/
+3
*
|
|
net: dcb: add CEE notify calls
John Fastabend
2012-04-26
1
-0
/
+2
|
/
/
*
|
tipc: remove inline instances from C source files.
Paul Gortmaker
2012-04-24
2
-3
/
+3
*
|
af_netlink: drop_monitor/dropwatch friendly
Eric Dumazet
2012-04-24
1
-2
/
+10
*
|
af_netlink: cleanups
Eric Dumazet
2012-04-24
1
-30
/
+31
*
|
net: skb_can_coalesce returns a boolean
Eric Dumazet
2012-04-24
1
-1
/
+2
*
|
tcp: tcp_try_coalesce returns a boolean
Eric Dumazet
2012-04-24
1
-9
/
+9
*
|
net: make spd_fill_page() linear argument a bool
Eric Dumazet
2012-04-24
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-24
10
-30
/
+40
|
\
\
|
*
|
tcp: fix TCP_MAXSEG for established IPv6 passive sockets
Neal Cardwell
2012-04-22
1
-0
/
+4
|
*
|
drop_monitor: allow more events per second
Eric Dumazet
2012-04-21
1
-0
/
+1
|
*
|
net ax25: Reorder ax25_exit to remove races.
Eric W. Biederman
2012-04-19
1
-4
/
+5
|
*
|
tcp: fix retransmit of partially acked frames
Eric Dumazet
2012-04-18
1
-0
/
+1
|
*
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2012-04-18
3
-7
/
+9
|
|
\
\
|
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-04-18
3
-7
/
+9
|
|
|
\
\
|
|
|
*
|
mac80211: fix logic error in ibss channel type check
Felix Fietkau
2012-04-17
1
-2
/
+2
|
|
|
*
|
mac80211: fix truncated packets in cooked monitor rx
Felix Fietkau
2012-04-17
1
-4
/
+6
|
|
|
*
|
cfg80211: fix interface combinations check.
Lukasz Kucharczyk
2012-04-13
1
-1
/
+1
|
*
|
|
|
netns: do not leak net_generic data on failed init
Julian Anastasov
2012-04-18
1
-15
/
+18
|
|
/
/
/
|
*
|
|
tcp: fix tcp_grow_window() for large incoming frames
Eric Dumazet
2012-04-18
1
-0
/
+1
|
*
|
|
net_sched: gred: Fix oops in gred_dump() in WRED mode
David Ward
2012-04-17
1
-5
/
+2
*
|
|
|
net: Use bool and remove inline in skb_splice_bits() code.
David S. Miller
2012-04-24
1
-29
/
+29
[next]