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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-13
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
1
-22
/
+18
2015-05-11
net: Modify sk_alloc to not reference count the netns of kernel sockets.
Eric W. Biederman
2
-8
/
+4
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-1
/
+1
2015-05-11
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
2
-2
/
+2
2015-05-09
tcp: add TCPWinProbe and TCPKeepAlive SNMP counters
Eric Dumazet
3
-7
/
+10
2015-05-09
tcp: adjust window probe timers to safer values
Eric Dumazet
2
-2
/
+2
2015-05-06
ipv4/ip_tunnel_core: Use eth_proto_is_802_3
Alexander Duyck
1
-1
/
+1
2015-05-05
tcp: provide SYN headers for passive connections
Eric Dumazet
4
-0
/
+57
2015-05-04
net: Export IGMP/MLD message validation code
Linus Lüssing
1
-0
/
+162
2015-05-04
net: ipv4: route: Fix sending IGMP messages with link address
Andrew Lunn
1
-1
/
+2
2015-05-04
tcp: invoke pkts_acked hook on every ACK
Kenneth Klette Jonassen
1
-6
/
+3
2015-05-04
tcp: improve RTT from SACK for CC
Kenneth Klette Jonassen
1
-18
/
+22
2015-05-04
tcp: move struct tcp_sacktag_state to tcp_ack()
Kenneth Klette Jonassen
1
-23
/
+22
2015-05-03
ipv4: remove the unnecessary codes in fib_info_hash_move
Li RongQing
1
-4
/
+0
2015-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+2
2015-05-02
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
1
-0
/
+1
2015-05-02
ipv4: speedup ip_idents_reserve()
Eric Dumazet
1
-9
/
+11
2015-04-30
tcp_westwood: fix tcp_westwood_info()
Eric Dumazet
1
-7
/
+8
2015-04-30
tcp: update reordering first before detecting loss
Yuchung Cheng
1
-4
/
+2
2015-04-30
tcp: add TCP_CC_INFO socket option
Eric Dumazet
1
-0
/
+21
2015-04-30
tcp: prepare CC get_info() access from getsockopt()
Eric Dumazet
5
-33
/
+38
2015-04-30
tcp: add tcpi_bytes_received to tcp_info
Eric Dumazet
3
-4
/
+15
2015-04-30
tcp: add tcpi_bytes_acked to tcp_info
Eric Dumazet
2
-3
/
+16
2015-04-29
route: Use ipv4_mtu instead of raw rt_pmtu
Herbert Xu
1
-4
/
+1
2015-04-24
inet: fix possible panic in reqsk_queue_unlink()
Eric Dumazet
3
-4
/
+40
2015-04-24
tcp: avoid looping in tcp_send_fin()
Eric Dumazet
1
-21
/
+29
2015-04-22
tcp: fix possible deadlock in tcp_send_fin()
Eric Dumazet
1
-1
/
+19
2015-04-21
tcp: add memory barriers to write space paths
jbaron@akamai.com
2
-1
/
+5
2015-04-20
ip_forward: Drop frames with attached skb->sk
Sebastian Pöhn
1
-0
/
+3
2015-04-17
inet_diag: fix access to tcp cc information
Eric Dumazet
6
-17
/
+35
2015-04-17
tcp: tcp_get_info() should fetch socket fields once
Eric Dumazet
1
-4
/
+6
2015-04-16
fou: avoid missing unlock in failure path
WANG Cong
1
-2
/
+1
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-14
/
+10
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+8
2015-04-14
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2
-5
/
+4
2015-04-13
tcp/dccp: get rid of central timewait timer
Eric Dumazet
6
-267
/
+52
2015-04-13
tcp: fix bogus RTT for CC when retransmissions are acked
Kenneth Klette Jonassen
1
-6
/
+4
2015-04-13
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
1
-2
/
+2
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
3
-14
/
+10
2015-04-13
fou: implement FOU_CMD_GET
WANG Cong
1
-0
/
+109
2015-04-13
fou: add network namespace support
WANG Cong
1
-39
/
+67
2015-04-13
fou: always use be16 for port
WANG Cong
1
-3
/
+3
2015-04-13
fou: exit early when parsing config fails
WANG Cong
1
-1
/
+4
2015-04-13
fou: avoid calling udp_del_offload() twice
WANG Cong
1
-2
/
+2
2015-04-11
new helper: msg_data_left()
Al Viro
1
-4
/
+4
2015-04-10
tcp: md5: fix a typo in tcp_v4_md5_lookup()
Eric Dumazet
1
-2
/
+2
2015-04-10
tcp: tcp_make_synack() should clear skb->tstamp
Eric Dumazet
1
-0
/
+2
2015-04-09
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
1
-4
/
+4
2015-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+3
2015-04-09
Merge branch 'iocb' into for-davem
Al Viro
1
-1
/
+0
[next]