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
2012-09-22
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
Neal Cardwell
3
-4
/
+11
2012-09-22
tcp: extract code to compute SYNACK RTT
Neal Cardwell
2
-6
/
+2
2012-09-21
ipconfig: add nameserver IPs to kernel-parameter ip=
Christoph Fritz
1
-3
/
+36
2012-09-21
l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y
Amerigo Wang
1
-0
/
+1
2012-09-21
tcp: Document use of undefined variable.
Alan Cox
1
-0
/
+4
2012-09-21
ipv4: Don't add TCP-code in inet_sock_destruct
Christoph Paasch
2
-2
/
+7
2012-09-20
ipv6: unify fragment thresh handling code
Amerigo Wang
4
-21
/
+17
2012-09-20
ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline
Amerigo Wang
1
-10
/
+0
2012-09-20
ipv6: unify conntrack reassembly expire code with standard one
Amerigo Wang
2
-99
/
+38
2012-09-20
ipv6: add a new namespace for nf_conntrack_reasm
Amerigo Wang
1
-42
/
+95
2012-09-20
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
2
-4
/
+4
2012-09-20
netdev: make address const in device address management
stephen hemminger
3
-24
/
+26
2012-09-19
gre: add GSO support
Eric Dumazet
1
-0
/
+12
2012-09-19
net: provide a default dev->ethtool_ops
Eric Dumazet
2
-12
/
+4
2012-09-19
net: dev: fix incorrect getting net device's name
Gao feng
1
-8
/
+20
2012-09-19
ipv6: recursive check rt->dst.from when call rt6_check_expired
Li RongQing
1
-5
/
+1
2012-09-19
net: more accurate network taps in transmit path
Eric Dumazet
1
-3
/
+6
2012-09-19
net/tipc/name_table.c: Remove unecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-19
net/openvswitch/vport.c: Remove unecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-19
net/ieee802154/6lowpan.c: Remove unecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-17
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
David S. Miller
1
-7
/
+0
2012-09-17
llc2: Collapse remainder of state machine into simple if-else if-statement
Ben Hutchings
1
-87
/
+4
2012-09-17
llc2: Remove explicit indexing of state action arrays
Ben Hutchings
1
-4
/
+4
2012-09-17
llc2: Remove the station send queue
Ben Hutchings
1
-32
/
+2
2012-09-17
llc2: Collapse the station event receive path
Ben Hutchings
1
-81
/
+6
2012-09-17
llc2: Remove dead code for state machine
Ben Hutchings
1
-395
/
+9
2012-09-17
llc2: Remove pointless indirection through llc_stat_state_trans_end
Ben Hutchings
1
-12
/
+4
2012-09-17
af_unix: old_cred is surplus
Alan Cox
1
-4
/
+1
2012-09-17
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
5
-17
/
+17
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
38
-134
/
+223
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
30
-102
/
+184
2012-09-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
12
-34
/
+44
2012-09-14
pktgen: fix crash with vlan and packet size less than 46
Nishank Trivedi
1
-1
/
+1
2012-09-14
ipv6: replace write lock with read lock when get route info
Li RongQing
2
-6
/
+6
2012-09-14
ipv6: route templates can be const
Eric Dumazet
1
-3
/
+3
2012-09-14
ipv6: Compare addresses only bits up to the prefix length (RFC6724).
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+4
2012-09-14
ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+13
2012-09-14
netprio_cgroup: Use memcpy instead of the for-loop to copy priomap
Srivatsa S. Bhat
1
-5
/
+4
2012-09-14
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
Srivatsa S. Bhat
1
-32
/
+0
2012-09-14
net_sched: gred: actually perform idling in WRED mode
David Ward
1
-11
/
+15
2012-09-14
net_sched: gred: fix qave reporting via netlink
David Ward
1
-1
/
+4
2012-09-14
net_sched: gred: eliminate redundant DP prio comparisons
David Ward
1
-3
/
+2
2012-09-14
net_sched: gred: correct comment about qavg calculation in RIO mode
David Ward
1
-1
/
+1
2012-09-13
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
5
-9
/
+4
2012-09-13
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
4
-44
/
+38
2012-09-13
Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-14
/
+24
2012-09-12
netfilter: ctnetlink: fix module auto-load in ctnetlink_parse_nat
Pablo Neira Ayuso
1
-3
/
+0
2012-09-12
netfilter: log: Fix log-level processing
Joe Perches
2
-3
/
+3
2012-09-12
net-sched: sch_cbq: avoid infinite loop
Eric Dumazet
1
-2
/
+3
2012-09-11
net: fix net/core/sock.c build error
Randy Dunlap
1
-0
/
+2
[next]