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
2010-05-01
sctp: Optimize computation of highest new tsn in SACK.
Vlad Yasevich
1
-35
/
+7
2010-05-01
sctp: correctly mark missing chunks in fast recovery
Vlad Yasevich
1
-5
/
+13
2010-05-01
sctp: rwnd_press should be cumulative
Vlad Yasevich
1
-1
/
+1
2010-05-01
sctp: fast recovery algorithm is per association.
Vlad Yasevich
1
-15
/
+17
2010-05-01
sctp: update transport initializations
Vlad Yasevich
3
-30
/
+0
2010-05-01
sctp: Do not force T3 timer on fast retransmissions.
Vlad Yasevich
2
-14
/
+5
2010-05-01
sctp: remove 'resent' bit from the chunk
Vlad Yasevich
3
-18
/
+9
2010-05-01
sctp: Make sure we always return valid retransmit path
Vlad Yasevich
1
-1
/
+2
2010-05-01
sctp: cleanup: remove duplicate assignment
Dan Carpenter
1
-14
/
+9
2010-05-01
sctp: implement sctp association probing module
Wei Yongjun
3
-0
/
+228
2010-05-01
sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk
Shan Wei
1
-1
/
+1
2010-05-01
sctp: Do no select unconfirmed transports for retransmissions
Vlad Yasevich
1
-2
/
+3
2010-05-01
sctp: fix to retranmit at least one DATA chunk
Wei Yongjun
1
-0
/
+12
2010-05-01
sctp: missing set src and dest port while lookup output route
Wei Yongjun
1
-1
/
+6
2010-05-01
sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent
Wei Yongjun
1
-0
/
+6
2010-05-01
sctp: send SHUTDOWN-ACK chunk back to the source.
Vlad Yasevich
1
-2
/
+6
2010-05-01
sctp: Use correct address family in sctp_getsockopt_peer_addrs()
Vlad Yasevich
1
-1
/
+1
2010-05-01
ipv6: cleanup: remove unneeded null check
Dan Carpenter
1
-2
/
+1
2010-05-01
xfrm: potential uninitialized variable num_xfrms
Changli Gao
1
-1
/
+1
2010-05-01
net: speedup sock_recv_ts_and_drops()
Eric Dumazet
1
-2
/
+2
2010-04-29
net: ip_queue_rcv_skb() helper
Eric Dumazet
6
-4
/
+21
2010-04-29
net: speedup udp receive path
Eric Dumazet
3
-11
/
+15
2010-04-28
Bugfix: Link selection was swapped in switch.
Sjur Braendeland
1
-2
/
+2
2010-04-28
caif: Bugfixes in CAIF netdevice for close and flow control
Sjur Braendeland
1
-57
/
+73
2010-04-28
caif: Rewritten socket implementation
Sjur Braendeland
1
-967
/
+828
2010-04-28
caif: Disconnect without waiting for response
Sjur Braendeland
2
-143
/
+107
2010-04-28
caif: Add reference counting to service layer
Sjur Braendeland
4
-1
/
+26
2010-04-28
caif: Rename functions in cfcnfg and caif_dev
Sjur Braendeland
2
-34
/
+32
2010-04-28
bridge: multicast_flood cleanup
stephen hemminger
1
-5
/
+3
2010-04-28
bridge: multicast port group RCU fix
stephen hemminger
2
-3
/
+3
2010-04-28
bridge: multicast flood
stephen hemminger
1
-2
/
+2
2010-04-28
bridge: simplify multicast_add_router
stephen hemminger
1
-8
/
+11
2010-04-28
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"
David S. Miller
1
-1
/
+1
2010-04-28
bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()
David S. Miller
1
-1
/
+1
2010-04-28
net: disallow to use net_assign_generic externally
Jiri Pirko
1
-46
/
+45
2010-04-28
net: sk_add_backlog() take rmem_alloc into account
Eric Dumazet
4
-4
/
+16
2010-04-28
net: batch skb dequeueing from softnet input_pkt_queue
Changli Gao
1
-18
/
+39
2010-04-28
net: Make RFS socket operations not be inet specific.
David S. Miller
3
-7
/
+7
2010-04-28
net: reimplement softnet_data.output_queue as a FIFO queue
Changli Gao
1
-10
/
+12
2010-04-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
6
-23
/
+105
2010-04-27
TCP: avoid to send keepalive probes if receiving data
Flavio Leitner
2
-3
/
+3
2010-04-27
bridge: multicast router list manipulation
stephen hemminger
1
-15
/
+15
2010-04-27
bridge: use is_multicast_ether_addr
stephen hemminger
1
-1
/
+1
2010-04-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-16
/
+32
2010-04-27
bridge: Fix build of ipv6 multicast code.
David S. Miller
1
-0
/
+1
2010-04-26
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+3
2010-04-26
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+3
2010-04-26
ieee802154: Fix oops during ieee802154_sock_ioctl
Stefan Schmidt
1
-0
/
+3
2010-04-26
net: use sk_sleep()
Eric Dumazet
2
-18
/
+18
2010-04-26
phonet: use phonet_pernet instead of directly net_generic
Jiri Pirko
1
-8
/
+15
[next]