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.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
2009-09-01
convert hamradio drivers to netdev_txreturnt_t
Stephen Hemminger
2
-2
/
+2
2009-09-01
convert ATM drivers to netdev_tx_t
Stephen Hemminger
4
-6
/
+12
2009-09-01
netdev: convert pseudo-devices to netdev_tx_t
Stephen Hemminger
16
-21
/
+26
2009-08-31
pkt_sched: Fix resource limiting in pfifo_fast
Krishna Kumar
1
-4
/
+4
2009-08-31
net: convert remaining non-symbolic return values in dev_queue_xmit
Krishna Kumar
1
-1
/
+1
2009-08-31
can: use correct NET_RX_ return values
Oliver Hartkopp
1
-2
/
+2
2009-08-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
9
-146
/
+1419
2009-08-29
tipc: fix test of bearer_priority range in tipc_register_media()
roel kluin
1
-1
/
+1
2009-08-29
can: switch to seq_file
Alexey Dobriyan
2
-199
/
+167
2009-08-29
tcp: Remove redundant copy of MD5 authentication key
John Dykstra
1
-23
/
+0
2009-08-29
Speed-up pfifo_fast lookup using a private bitmap
Krishna Kumar
1
-22
/
+48
2009-08-29
ipv6: Update Neighbor Cache when IPv6 RA is received on a router
David Ward
1
-6
/
+8
2009-08-29
tcp: fix premature termination of FIN_WAIT2 time-wait sockets
Octavian Purdila
1
-1
/
+1
2009-08-29
fib_trie: resize rework
Jens Låås
1
-72
/
+23
2009-08-29
sit: allow ip fragmentation when using nopmtudisc to fix package loss
Sascha Hlusiak
1
-1
/
+1
2009-08-29
net: ip_rt_send_redirect() optimization
Eric Dumazet
1
-9
/
+11
2009-08-29
tcp: keepalive cleanups
Eric Dumazet
2
-5
/
+4
2009-08-29
ipv4: af_inet.c cleanups
Eric Dumazet
1
-57
/
+55
2009-08-29
pktgen: use proc_create_data()
Alexey Dobriyan
1
-2
/
+4
2009-08-29
pktgen: increase version
Stephen Hemminger
1
-6
/
+10
2009-08-29
pktgen: cleanup checkpatch warnings
Stephen Hemminger
1
-139
/
+159
2009-08-29
pktgen: use common idle routine
Stephen Hemminger
1
-10
/
+4
2009-08-29
pktgen: spin using hrtimer
Stephen Hemminger
1
-21
/
+28
2009-08-29
pktgen: convert to use ktime_t
Stephen Hemminger
1
-100
/
+84
2009-08-29
pktgen: avoid calling gettimeofday
Stephen Hemminger
1
-7
/
+9
2009-08-29
pktgen: reorganize transmit loop
Stephen Hemminger
1
-12
/
+14
2009-08-29
pktgen: use netdev_alloc_skb
Stephen Hemminger
1
-4
/
+6
2009-08-29
pktgen: cleanup clone count test
Stephen Hemminger
1
-17
/
+15
2009-08-29
pktgen: xmit logic reorganization
Stephen Hemminger
1
-31
/
+24
2009-08-29
pktgen: stop_device cleanup
Stephen Hemminger
1
-9
/
+3
2009-08-29
pktgen: mark read-only/mostly variables
Stephen Hemminger
1
-5
/
+5
2009-08-29
pktgen: change inlining
Stephen Hemminger
1
-8
/
+7
2009-08-29
pktgen: minor cleanup
Stephen Hemminger
1
-16
/
+9
2009-08-28
mac80211: Check pending scan request after having processed mgd work
Jouni Malinen
1
-16
/
+12
2009-08-28
mac80211: fix scan cancel on ifdown
Johannes Berg
2
-27
/
+8
2009-08-28
mac80211: Fix output of minstrels rc_stats
Arnd Hannemann
1
-1
/
+1
2009-08-28
mac80211: fix RX skb leaks
Johannes Berg
1
-19
/
+15
2009-08-28
nl80211: jump to out_err upon unsupported iftype
Roel Kluin
1
-1
/
+1
2009-08-28
mac80211: Remove unnused throughput field from minstrel_rate.
Arnd Hannemann
1
-1
/
+0
2009-08-28
mac80211: remove tasklet enable/disable
Johannes Berg
5
-11
/
+26
2009-08-28
cfg80211: clean up properly on interface type change
Johannes Berg
5
-81
/
+117
2009-08-28
cfg80211: make spurious warnings less likely, configurable
Johannes Berg
4
-4
/
+40
2009-08-28
mac80211: remove ieee80211_rx namespace hack
John W. Linville
1
-2
/
+2
2009-08-28
cfg80211: check lost scans later, fix bug
Johannes Berg
3
-5
/
+22
2009-08-28
mac80211: fix configure_filter invocation after stop
Johannes Berg
4
-16
/
+14
2009-08-28
mac80211: Update mesh config IE to 11s draft 3.02
Javier Cardona
2
-15
/
+38
2009-08-26
Bluetooth: Add support for L2CAP 'Send RRorRNR' action
Gustavo F. Padovan
1
-6
/
+14
2009-08-26
Bluetooth: Handle L2CAP case when the remote receiver is busy
Gustavo F. Padovan
1
-2
/
+23
2009-08-26
Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)
Gustavo F. Padovan
1
-1
/
+5
2009-08-25
pkt_sched: Fix bogon in tasklet_hrtimer changes.
David S. Miller
2
-2
/
+2
[prev]
[next]