index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
8
-37
/
+83
2008-12-06
tcp: move some parts from tcp_write_xmit
Ilpo Järvinen
1
-11
/
+12
2008-12-06
tcp: share code through function, not through copy-paste. :-)
Ilpo Järvinen
1
-7
/
+10
2008-12-06
tcp: drop tcp_bound_rto, merge content of it tcp_set_rto
Ilpo Järvinen
1
-9
/
+3
2008-12-06
tcp: no need to pass prev skb around, reduces arg pressure
Ilpo Järvinen
1
-5
/
+4
2008-12-06
tcp: introduce struct tcp_sacktag_state to reduce arg pressure
Ilpo Järvinen
1
-71
/
+74
2008-12-06
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
Ilpo Järvinen
1
-12
/
+7
2008-12-06
tcp: Fix thinko making the not-shiftable to cover S|R as well
Ilpo Järvinen
1
-1
/
+1
2008-12-06
tcp: force mss equality with the next skb too.
Ilpo Järvinen
1
-5
/
+4
2008-12-06
dccp: use roundup instead of opencoding
Ilpo Järvinen
1
-1
/
+1
2008-12-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-1
/
+1
2008-12-05
cfg80211: "fix" 11d oops
Johannes Berg
1
-0
/
+3
2008-12-05
mac80211: tx module cleanup.
Rami Rosen
1
-8
/
+3
2008-12-05
cfg80211: fix wiphy remove if no regulatory request
Johannes Berg
1
-1
/
+1
2008-12-05
mac80211: add sta_notify_ps callback
Christian Lamparter
1
-0
/
+7
2008-12-05
mac80211: accept empty strings for hidden SSIDs
Fabio Rossi
1
-1
/
+1
2008-12-05
cfg80211: handle SIOCGIWMODE/SIOCSIWMODE
Johannes Berg
3
-74
/
+85
2008-12-05
cfg80211: handle SIOCGIWNAME
Johannes Berg
3
-43
/
+62
2008-12-05
nl80211: Add frequency configuration (including HT40)
Jouni Malinen
5
-4
/
+98
2008-12-05
mac80211: only transition STAs ps->wake on data frames
Johannes Berg
1
-8
/
+20
2008-12-05
mac80211: disassociate prior to unlinking AP/station
Tomas Winkler
1
-4
/
+14
2008-12-05
mac80211: deauth when interface is marked down
John W. Linville
1
-1
/
+5
2008-12-05
mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()
Shaddy Baddah
1
-1
/
+1
2008-12-05
tcp: tcp_vegas ssthresh bug fix
Doug Leith
1
-0
/
+2
2008-12-05
xfrm: Accept ESP packets regardless of UDP encapsulation mode
Martin Willi
1
-5
/
+0
2008-12-05
can: omit received RTR frames for single ID filter lists
Oliver Hartkopp
1
-1
/
+4
2008-12-05
ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc table
Chas Williams
1
-1
/
+5
2008-12-04
net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset
Joe Perches
1
-4
/
+2
2008-12-04
net: /proc/net/ip_mr_cache, display Iif as a signed short
Benjamin Thery
2
-2
/
+2
2008-12-04
net: fix /proc/net/ip_mr_cache display - V2
Benjamin Thery
2
-10
/
+22
2008-12-04
atm: 32-bit ioctl compatibility
David Woodhouse
6
-27
/
+135
2008-12-04
tcp: make urg+gso work for real this time
Ilpo Järvinen
1
-12
/
+10
2008-12-04
pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlines
Jarek Poplawski
1
-9
/
+29
2008-12-04
pkt_sched: sch_htb: Remove L2T()
Jarek Poplawski
1
-8
/
+1
2008-12-04
pkt_sched: sch_htb: Clean htb_class prio and quantum fields
Jarek Poplawski
1
-25
/
+16
2008-12-04
pkt_sched: sch_htb: Remove htb_sched nwc_hit field
Jarek Poplawski
1
-5
/
+2
2008-12-04
pkt_sched: sch_htb: Remove htb_class aprio field
Jarek Poplawski
1
-3
/
+2
2008-12-04
can: Fix CAN_(EFF|RTR)_FLAG handling in can_filter
Oliver Hartkopp
2
-18
/
+52
2008-12-04
Phonet: basic net namespace support
Rémi Denis-Courmont
3
-13
/
+12
2008-12-04
Phonet: do not dump addresses from other namespaces
remi.denis-courmont@nokia
1
-0
/
+3
2008-12-04
xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hosts
Martin Willi
1
-15
/
+11
2008-12-03
netlabel: Fix a potential NULL pointer dereference
Paul Moore
1
-4
/
+6
2008-12-03
xfrm: Cleanup for unlink SPD entry
Wei Yongjun
1
-25
/
+10
2008-12-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2008-12-03
xfrm: Fix kernel panic when flush and dump SPD entries
Wei Yongjun
1
-0
/
+1
2008-12-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
20
-130
/
+52
2008-12-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-4
/
+13
2008-12-02
net: percpu_counter_inc() should not be called in BH-disabled section
Eric Dumazet
1
-2
/
+2
2008-12-02
dccp: Feature activation handlers
Gerrit Renker
2
-10
/
+204
2008-12-02
dccp: Processing Confirm options
Gerrit Renker
3
-17
/
+101
[next]