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
2016-05-05
tcp: two more missing bh disable
Eric Dumazet
2
-0
/
+4
2016-05-04
tcp: must block bh in __inet_twsk_hashdance()
Eric Dumazet
1
-3
/
+3
2016-05-04
tcp: fix lockdep splat in tcp_snd_una_update()
Eric Dumazet
1
-4
/
+6
2016-05-04
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
17
-231
/
+273
2016-05-04
net: remove dev->trans_start
Florian Westphal
1
-7
/
+3
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
5
-6
/
+6
2016-05-04
gre6: add Kconfig dependency for NET_IPGRE_DEMUX
Arnd Bergmann
1
-0
/
+1
2016-05-04
gre: receive also TEB packets for lwtunnels
Jiri Benc
1
-11
/
+28
2016-05-04
gre: move iptunnel_pull_header down to ipgre_rcv
Jiri Benc
1
-5
/
+10
2016-05-04
gre: remove superfluous pskb_may_pull
Jiri Benc
1
-4
/
+1
2016-05-04
net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO
Alexander Duyck
1
-0
/
+4
2016-05-04
gso: Only allow GSO_PARTIAL if we can checksum the inner protocol
Alexander Duyck
1
-3
/
+3
2016-05-04
gso: Do not perform partial GSO if number of partial segments is 1 or less
Alexander Duyck
1
-1
/
+4
2016-05-04
gre: change gre_parse_header to return the header length
Jiri Benc
3
-10
/
+8
2016-05-04
tcp: guarantee forward progress in tcp_sendmsg()
Eric Dumazet
1
-2
/
+5
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-151
/
+256
2016-05-03
ipv6/ila: fix nlsize calculation for lwtunnel
Nicolas Dichtel
1
-2
/
+1
2016-05-03
ipv6: add new struct ipcm6_cookie
Wei Wang
9
-101
/
+110
2016-05-03
RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.
Sowmini Varadhan
4
-10
/
+33
2016-05-03
RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock
Sowmini Varadhan
2
-17
/
+25
2016-05-03
net: add __sock_wfree() helper
Eric Dumazet
2
-1
/
+25
2016-05-03
net: Disable segmentation if checksumming is not supported
Alexander Duyck
1
-1
/
+1
2016-05-03
tipc: redesign connection-level flow control
Jon Paul Maloy
5
-62
/
+122
2016-05-03
tipc: propagate peer node capabilities to socket layer
Jon Paul Maloy
3
-2
/
+22
2016-05-03
tipc: re-enable compensation for socket receive buffer double counting
Jon Paul Maloy
1
-1
/
+1
2016-05-03
batman-adv: Split batadv_iv_ogm_orig_del_if function
Sven Eckelmann
1
-39
/
+76
2016-05-03
batman-adv: Merge batadv_v_ogm_orig_update into batadv_v_ogm_route_update
Simon Wunderlich
1
-71
/
+46
2016-05-03
batman-adv: move and restructure batadv_v_ogm_forward
Simon Wunderlich
1
-47
/
+63
2016-05-03
batman-adv: fix debuginfo macro style issue
Simon Wunderlich
1
-8
/
+11
2016-05-03
batman-adv: Fix function names on new line starting with '*'
Sven Eckelmann
3
-16
/
+16
2016-05-03
batman-adv: Add kernel-doc for batadv_interface_rx
Sven Eckelmann
1
-0
/
+18
2016-05-03
batman-adv: Fix kerneldoc for batadv_compare_claim
Sven Eckelmann
1
-1
/
+1
2016-05-03
batman-adv: Fix checkpatch warning about 'unsigned' type
Sven Eckelmann
1
-6
/
+6
2016-05-03
batman-adv: fix wrong names in kerneldoc
Antonio Quartulli
8
-12
/
+14
2016-05-03
batman-adv: use to_delayed_work
Geliang Tang
6
-7
/
+7
2016-05-03
batman-adv: use list_for_each_entry_safe
Geliang Tang
1
-13
/
+9
2016-05-03
batman-adv: use static string for table headers
Antonio Quartulli
5
-21
/
+16
2016-05-03
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2016-05-03
VSOCK: constify vsock_transport structure
Julia Lawall
1
-1
/
+1
2016-05-03
fq_codel: add batch ability to fq_codel_drop()
Eric Dumazet
1
-19
/
+45
2016-05-03
netem: Segment GSO packets on enqueue
Neil Horman
1
-2
/
+59
2016-05-03
net: relax expensive skb_unclone() in iptunnel_handle_offloads()
Eric Dumazet
1
-1
/
+1
2016-05-03
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
6
-56
/
+41
2016-05-03
bridge: netlink: export per-vlan stats
Nikolay Aleksandrov
3
-0
/
+99
2016-05-03
bridge: vlan: learn to count
Nikolay Aleksandrov
4
-16
/
+109
2016-05-03
net: rtnetlink: add linkxstats callbacks and attribute
Nikolay Aleksandrov
1
-0
/
+30
2016-05-03
net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter
Nikolay Aleksandrov
1
-13
/
+31
2016-05-03
gre6: Cleanup GREv6 transmit path, call common GRE functions
Tom Herbert
1
-202
/
+50
2016-05-03
ipv6: Generic tunnel cleanup
Tom Herbert
1
-2
/
+5
2016-05-03
gre: Create common functions for transmit
Tom Herbert
1
-47
/
+5
[next]