index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-18
tipc: fix non-const printf format arguments
Stephen Hemminger
4
-5
/
+5
2009-03-18
tcp: remove parameter from tcp_recv_urg().
Rami Rosen
1
-3
/
+2
2009-03-18
ipv6: Fix incorrect disable_ipv6 behavior
Brian Haley
1
-7
/
+14
2009-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
10
-69
/
+206
2009-03-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
11
-41
/
+90
2009-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
4
-0
/
+18
2009-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
4
-7
/
+8
2009-03-17
gro: Fix legacy path napi_complete crash
Herbert Xu
1
-2
/
+3
2009-03-17
gro: Fix vlan/netpoll check again
Herbert Xu
1
-3
/
+6
2009-03-16
cfg80211: add regulatory netlink multicast group
Luis R. Rodriguez
4
-1
/
+90
2009-03-16
cfg80211: move enum reg_set_by to nl80211.h
Luis R. Rodriguez
3
-39
/
+48
2009-03-16
cfg80211: remove REGDOM_SET_BY_INIT
Luis R. Rodriguez
1
-2
/
+0
2009-03-16
mac80211: deauth before flushing STA information
Herton Ronaldo Krzesinski
1
-4
/
+12
2009-03-16
mac80211: handle failed scan requests in STA mode
Helmut Schaa
3
-2
/
+25
2009-03-16
cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm
Luis R. Rodriguez
1
-2
/
+2
2009-03-16
cfg80211: Enable passive scan on channels 12-14 for world roaming
Luis R. Rodriguez
1
-3
/
+14
2009-03-16
mac80211: Fix WMM ACM parsing and AC downgrade operation
Jouni Malinen
2
-17
/
+16
2009-03-16
mac80211: Fix panic on fragmentation with power saving
Jouni Malinen
1
-0
/
+2
2009-03-16
lib80211: silence excessive crypto debugging messages
John W. Linville
3
-0
/
+16
2009-03-16
GRO: Move netpoll checks to correct location
Herbert Xu
2
-21
/
+7
2009-03-16
netfilter: conntrack: check for NEXTHDR_NONE before header sanity checking
Christoph Paasch
1
-4
/
+4
2009-03-16
netfilter: conntrack: fix dropping packet after l4proto->packet()
Christoph Paasch
2
-3
/
+3
2009-03-16
netfilter: ctnetlink: fix crash during expectation creation
Pablo Neira Ayuso
1
-0
/
+1
2009-03-15
tcp: make sure xmit goal size never becomes zero
Ilpo Järvinen
1
-1
/
+1
2009-03-15
tcp: cache result of earlier divides when mss-aligning things
Ilpo Järvinen
1
-2
/
+12
2009-03-15
tcp: simplify tcp_current_mss
Ilpo Järvinen
3
-43
/
+43
2009-03-15
tcp: don't check mtu probe completion in the loop
Ilpo Järvinen
1
-7
/
+6
2009-03-15
tcp: consolidate paws check
Ilpo Järvinen
2
-8
/
+7
2009-03-15
tcp: kill dead end_seq variable in clean_rtx_queue
Ilpo Järvinen
1
-3
/
+0
2009-03-15
tcp: remove pointless .dsack/.num_sacks code
Ilpo Järvinen
2
-7
/
+3
2009-03-15
pkt_sched: Change misleading code in class delete.
Jarek Poplawski
4
-8
/
+20
2009-03-13
tcp: '< 0' test on unsigned
Roel Kluin
1
-2
/
+3
2009-03-13
x25: '< 0' and '>= 0' test on unsigned
Roel Kluin
1
-6
/
+5
2009-03-13
ipv4: arp announce, arp_proxy and windows ip conflict verification
Denys Fedoryshchenko
1
-2
/
+5
2009-03-13
xfrm: Fix xfrm_state_find() wrt. wildcard source address.
David S. Miller
1
-32
/
+58
2009-03-13
Network Drop Monitor: Adding Build changes to enable drop monitor
Neil Horman
2
-0
/
+12
2009-03-13
Network Drop Monitor: Adding drop monitor implementation & Netlink protocol
Neil Horman
1
-0
/
+263
2009-03-13
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...
Neil Horman
5
-4
/
+26
2009-03-13
Network Drop Monitor: Add trace declaration for skb frees
Neil Horman
2
-0
/
+31
2009-03-13
sctp: add Adaptation Layer Indication parameter only when it's set
malc
1
-10
/
+19
2009-03-13
sctp: fix to send FORWARD-TSN chunk only if peer has such capable
Wei Yongjun
1
-0
/
+3
2009-03-13
sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable
Wei Yongjun
1
-2
/
+2
2009-03-13
sctp: simplify sctp listening code
Vlad Yasevich
1
-102
/
+50
2009-03-11
tcp: allow timestamps even if SYN packet has tsval=0
Eric Dumazet
1
-9
/
+0
2009-03-11
ipv6: Fix BUG when disabled ipv6 module is unloaded
John Dykstra
1
-0
/
+3
2009-03-10
net: fix warning about non-const string
Stephen Hemminger
1
-1
/
+1
2009-03-10
net: convert usage of packet_type to read_mostly
Stephen Hemminger
16
-22
/
+19
2009-03-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2009-03-06
cfg80211: test before subtraction on unsigned
Roel Kluin
1
-1
/
+2
2009-03-05
mac80211: Update IBSS beacon timestamp properly
Sujith
1
-3
/
+5
[next]