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
2009-05-30
net: convert unicast addr list
Jiri Pirko
5
-71
/
+152
2009-05-30
tcp: fix loop in ofo handling code and reduce its complexity
Ilpo Järvinen
1
-17
/
+11
2009-05-29
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
Eric Dumazet
1
-0
/
+1
2009-05-29
atm: unset IFF_XMIT_DST_RELEASE in clip_setup()
Eric Dumazet
1
-0
/
+1
2009-05-29
net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup()
Eric Dumazet
1
-0
/
+1
2009-05-29
Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
6
-4
/
+107
2009-05-29
llc: Kill outdated and incorrect comment.
David S. Miller
1
-4
/
+0
2009-05-29
irda: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
1
-16
/
+2
2009-05-29
tcp: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2
-45
/
+90
2009-05-29
wimax: Add netlink interface to get device state
Paulius Zaleckas
5
-1
/
+93
2009-05-29
wimax: document why wimax_msg_*() operations can be used in any state
Inaky Perez-Gonzalez
1
-3
/
+14
2009-05-29
econet: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
1
-14
/
+4
2009-05-29
decnet: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2
-20
/
+7
2009-05-29
atm: Use SKB queue and list helpers instead of doing it by-hand.
David S. Miller
2
-36
/
+17
2009-05-28
net: net/core/sock.c cleanup
Eric Dumazet
1
-59
/
+44
2009-05-28
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Eric Dumazet
2
-11
/
+6
2009-05-28
bridge: avoid an extra space in br_fdb_update()
Jiri Pirko
1
-1
/
+1
2009-05-27
tcp: Do not check flush when comparing options for GRO
Herbert Xu
1
-1
/
+1
2009-05-27
gro: Store shinfo in local variable in skb_gro_receive
Herbert Xu
1
-10
/
+12
2009-05-27
gro: Nasty optimisations for page frags in skb_gro_receive
Herbert Xu
1
-10
/
+15
2009-05-27
gro: Open-code final pskb_may_pull
Herbert Xu
1
-4
/
+19
2009-05-27
ipv4: Use 32-bit loads for ID and length in GRO
Herbert Xu
1
-4
/
+4
2009-05-27
gro: Avoid unnecessary comparison after skb_gro_header
Herbert Xu
4
-17
/
+48
2009-05-27
gro: Optimise length comparison in skb_gro_header
Herbert Xu
1
-1
/
+4
2009-05-27
tcp: Optimise len/mss comparison
Herbert Xu
1
-1
/
+1
2009-05-27
tcp: Remove unnecessary window comparisons for GRO
Herbert Xu
1
-1
/
+1
2009-05-27
tcp: Optimise GRO port comparisons
Herbert Xu
1
-1
/
+1
2009-05-27
gro: Only use skb_gro_header for completely non-linear packets
Herbert Xu
1
-1
/
+2
2009-05-27
gro: Localise offset/headlen in skb_gro_offset
Herbert Xu
1
-13
/
+10
2009-05-27
gro: Inline skb_gro_header and cache frag0 virtual address
Herbert Xu
1
-15
/
+12
2009-05-27
gro: Open-code frags copy in skb_gro_receive
Herbert Xu
1
-3
/
+6
2009-05-27
nl80211: Eliminate reference to BUS_ID_SIZE.
David S. Miller
1
-1
/
+1
2009-05-27
net: Remove bogus reference to BUS_ID_SIZE in sysfs code.
David S. Miller
1
-1
/
+0
2009-05-26
net: txq_trans_update() helper
Eric Dumazet
4
-1
/
+9
2009-05-26
pkt_sched: gen_estimator: Fix signed integers right-shifts.
Jarek Poplawski
1
-2
/
+2
2009-05-25
net: remove COMPAT_NET_DEV_OPS
Alexander Beregalov
6
-76
/
+0
2009-05-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-50
/
+51
2009-05-25
skbuff: Copy csum instead of csum_start/csum_offset
Herbert Xu
1
-2
/
+1
2009-05-25
skbuff: Move new code into __copy_skb_header
Herbert Xu
1
-5
/
+9
2009-05-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
31
-456
/
+1240
2009-05-22
wireless: move some utility functions from mac80211 to cfg80211
Zhu Yi
6
-193
/
+310
2009-05-22
mac80211: correct probe wait time
Johannes Berg
1
-1
/
+1
2009-05-22
mac80211: fix probe response wait timing
Johannes Berg
1
-4
/
+5
2009-05-22
wext: remove atomic requirement for wireless stats
Johannes Berg
1
-5
/
+27
2009-05-22
tcp: Unexport TCPv6 GRO functions
Herbert Xu
1
-4
/
+3
2009-05-22
net: Fix arg to trace_napi_poll() in netpoll.
David S. Miller
1
-1
/
+1
2009-05-22
wireless: Use genl_register_family_with_ops()
Michał Mirosław
1
-8
/
+3
2009-05-22
netlabel: Use genl_register_family_with_ops()
Michał Mirosław
3
-42
/
+6
2009-05-22
ipvs: Use genl_register_family_with_ops()
Michał Mirosław
1
-16
/
+2
2009-05-22
tipc: Use genl_register_family_with_ops()
Michał Mirosław
1
-22
/
+16
[next]