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.13.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
2014-09-29
tcp: better TCP_SKB_CB layout to reduce cache line misses
Eric Dumazet
3
-7
/
+24
2014-09-29
ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()
Eric Dumazet
4
-6
/
+7
2014-09-29
ipv4: rename ip_options_echo to __ip_options_echo()
Eric Dumazet
3
-11
/
+13
2014-09-27
net : optimize skb_release_data()
Eric Dumazet
1
-21
/
+22
2014-09-27
net/openvswitch: remove dup comment in vport.h
Wang Sheng-Hui
1
-1
/
+0
2014-09-27
net: optimise inet_proto_csum_replace4()
LEROY Christophe
1
-7
/
+5
2014-09-26
net: introduce __skb_header_release()
Eric Dumazet
3
-9
/
+9
2014-09-26
Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
54
-614
/
+1350
2014-09-26
net: Change netdev_<level> logging functions to return void
Joe Perches
1
-27
/
+17
2014-09-26
net: sched: use pinned timers
Eric Dumazet
3
-5
/
+5
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
9
-112
/
+3
2014-09-26
udp: move logic out of udp[46]_ufo_send_check
Tom Herbert
2
-44
/
+33
2014-09-26
tcp: move logic out of tcp_v[64]_gso_send_check
Tom Herbert
2
-29
/
+47
2014-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-09-24
Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-1
/
+1
2014-09-23
tcp: add coalescing attempt in tcp_ofo_queue()
Eric Dumazet
1
-42
/
+47
2014-09-23
icmp: add a global rate limitation
Eric Dumazet
3
-12
/
+88
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
19
-161
/
+276
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
17
-40
/
+133
2014-09-23
ipv4: do not use this_cpu_ptr() in preemptible context
Eric Dumazet
1
-3
/
+3
2014-09-23
net: sched: fix compile warning in cls_u32
Eric Dumazet
1
-1
/
+1
2014-09-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-13
/
+45
2014-09-23
tcp: avoid possible arithmetic overflows
Eric Dumazet
4
-14
/
+14
2014-09-23
ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallback
Daniel Borkmann
1
-10
/
+31
2014-09-23
net: rfkill: gpio: Fix clock status
Loic Poulain
1
-1
/
+1
2014-09-22
net: sched: cls_u32 changes to knode must appear atomic to readers
John Fastabend
1
-9
/
+126
2014-09-22
net: cls_u32: fix missed pcpu_success free_percpu
John Fastabend
1
-0
/
+13
2014-09-22
udp: Need to make ip6_udp_tunnel.c have GPL license
Tom Herbert
1
-0
/
+2
2014-09-22
net: keep original skb which only needs header checking during software GSO
Jason Wang
1
-3
/
+5
2014-09-22
net: dsa: add {get, set}_wol callbacks to slave devices
Florian Fainelli
1
-0
/
+23
2014-09-22
net: dsa: allow switch drivers to implement suspend/resume hooks
Florian Fainelli
3
-0
/
+113
2014-09-22
net: sched: shrink struct qdisc_skb_cb to 28 bytes
Eric Dumazet
1
-4
/
+14
2014-09-20
udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selected
Andy Zhou
1
-1
/
+4
2014-09-20
openvswitch: restore OVS_FLOW_CMD_NEW notifications
Samuel Gauthier
1
-4
/
+5
2014-09-20
gre: Setup and TX path for gre/UDP foo-over-udp encapsulation
Tom Herbert
1
-5
/
+85
2014-09-20
ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulation
Tom Herbert
1
-1
/
+77
2014-09-20
sit: Setup and TX path for sit/UDP foo-over-udp encapsulation
Tom Herbert
1
-10
/
+97
2014-09-20
net: Changes to ip_tunnel to support foo-over-udp encapsulation
Tom Herbert
1
-1
/
+90
2014-09-20
fou: Add GRO support
Tom Herbert
2
-1
/
+93
2014-09-20
fou: Support for foo-over-udp RX path
Tom Herbert
3
-0
/
+290
2014-09-20
net: Export inet_offloads and inet6_offloads
Tom Herbert
2
-0
/
+2
2014-09-20
net: sched: cls_u32: rcu can not be last node
John Fastabend
1
-1
/
+4
2014-09-20
Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-0
/
+1
2014-09-20
net: sched: use __skb_queue_head_init() where applicable
Eric Dumazet
2
-2
/
+2
2014-09-20
net: dsa: allow switch drivers to specify phy_device::dev_flags
Florian Fainelli
1
-1
/
+8
2014-09-20
net: add alloc_skb_with_frags() helper
Eric Dumazet
2
-63
/
+93
2014-09-20
tcp: do not fake tcp headers in tcp_send_rcvq()
Eric Dumazet
1
-9
/
+4
2014-09-19
l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions
Andy Zhou
1
-14
/
+10
2014-09-19
udp-tunnel: Add a few more UDP tunnel APIs
Andy Zhou
2
-1
/
+94
2014-09-19
udp_tunnel: Seperate ipv6 functions into its own file.
Andy Zhou
3
-64
/
+85
[next]