index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: diag: Support destroying TCP sockets.
Lorenzo Colitti
2015-12-16
4
-0
/
+65
*
net: diag: Support SOCK_DESTROY for inet sockets.
Lorenzo Colitti
2015-12-16
1
-8
/
+15
*
net: diag: split inet_diag_dump_one_icsk into two
Lorenzo Colitti
2015-12-16
1
-15
/
+27
*
tcp: Fix conditions to determine checksum offload
Tom Herbert
2015-12-15
1
-2
/
+2
*
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
4
-5
/
+8
*
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-15
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-04
7
-27
/
+49
|
\
|
*
ipv4: igmp: Allow removing groups from a removed interface
Andrew Lunn
2015-12-03
1
-2
/
+3
|
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-4
/
+3
|
*
tcp: initialize tp->copied_seq in case of cross SYN connection
Eric Dumazet
2015-11-30
1
-0
/
+1
|
*
net: ipmr, ip6mr: fix vif/tunnel failure race condition
Nikolay Aleksandrov
2015-11-24
1
-8
/
+0
|
*
net: ipmr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
2015-11-23
1
-7
/
+8
|
*
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
Eric Dumazet
2015-11-20
1
-3
/
+19
|
*
tcp: fix Fast Open snmp over-counting bug
Yuchung Cheng
2015-11-20
1
-1
/
+1
|
*
tcp: disable Fast Open on timeouts after handshake
Yuchung Cheng
2015-11-20
1
-0
/
+12
|
*
tcp: md5: fix lockdep annotation
Eric Dumazet
2015-11-19
1
-1
/
+2
|
*
udp: remove duplicate include
stephen hemminger
2015-11-18
1
-1
/
+0
*
|
tcp: suppress too verbose messages in tcp_send_ack()
Eric Dumazet
2015-12-03
1
-6
/
+8
*
|
net: ipmr: add mfc newroute/delroute netlink support
Nikolay Aleksandrov
2015-11-30
1
-0
/
+129
*
|
net: ipmr: fix setsockopt error return
Nikolay Aleksandrov
2015-11-30
1
-3
/
+5
*
|
net: ipmr: move pimsm_enabled to pim.h and rename
Nikolay Aleksandrov
2015-11-30
1
-8
/
+3
*
|
net: ipmr: move struct mr_table and VIF_EXISTS to mroute.h
Nikolay Aleksandrov
2015-11-30
1
-18
/
+0
*
|
net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum
Nikolay Aleksandrov
2015-11-30
1
-2
/
+0
*
|
net: remove unnecessary mroute.h includes
Nikolay Aleksandrov
2015-11-30
6
-6
/
+0
*
|
net/ipv4/ipconfig: Rejoin broken lines in console output
Geert Uytterhoeven
2015-11-24
1
-10
/
+9
*
|
net: ipmr: factor out common vif init code
Nikolay Aleksandrov
2015-11-23
1
-21
/
+19
*
|
net: ipmr: rearrange and cleanup setsockopt
Nikolay Aleksandrov
2015-11-23
1
-84
/
+107
*
|
net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it fails
Nikolay Aleksandrov
2015-11-23
1
-2
/
+0
*
|
net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES
Nikolay Aleksandrov
2015-11-23
1
-2
/
+2
*
|
net: ipmr: make ip_mroute_getsockopt more understandable
Nikolay Aleksandrov
2015-11-23
1
-14
/
+14
*
|
net: ipmr: fix code and comment style
Nikolay Aleksandrov
2015-11-23
1
-105
/
+37
*
|
net: ipmr: remove some pimsm ifdefs and simplify
Nikolay Aleksandrov
2015-11-23
1
-96
/
+84
*
|
net: ipmr: always define mroute_reg_vif_num
Nikolay Aleksandrov
2015-11-23
1
-8
/
+0
*
|
net: ipmr: move the tbl id check in ipmr_new_table
Nikolay Aleksandrov
2015-11-23
1
-11
/
+17
*
|
net ipv4: use preferred log methods
Bastian Stender
2015-11-18
4
-59
/
+44
|
/
*
raw: increment correct SNMP counters for ICMP messages
Ben Cartwright-Cox
2015-11-16
1
-3
/
+5
*
tcp: ensure proper barriers in lockless contexts
Eric Dumazet
2015-11-16
4
-19
/
+22
*
netfilter: Fix removal of GRE expectation entries created by PPTP
Anthony Lineham
2015-11-09
1
-1
/
+1
*
tcp: use correct req pointer in tcp_move_syn() calls
Eric Dumazet
2015-11-05
1
-1
/
+1
*
ipv4: use sk_fullsock() in ipv4_conntrack_defrag()
Eric Dumazet
2015-11-05
1
-3
/
+2
*
tcp: fix req->saved_syn race
Eric Dumazet
2015-11-05
2
-3
/
+2
*
net: Fix prefsrc lookups
David Ahern
2015-11-05
1
-3
/
+10
*
ipv4: fix a potential deadlock in mcast getsockopt() path
WANG Cong
2015-11-05
2
-23
/
+34
*
ipv4: disable BH when changing ip local port range
WANG Cong
2015-11-05
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-03
3
-12
/
+25
|
\
|
*
ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...
Ani Sinha
2015-11-02
1
-3
/
+3
|
*
ipv4: update RTNH_F_LINKDOWN flag on UP event
Julian Anastasov
2015-11-01
1
-0
/
+7
|
*
ipv4: fix to not remove local route on link down
Julian Anastasov
2015-11-01
2
-9
/
+15
*
|
net: fix percpu memory leaks
Eric Dumazet
2015-11-03
2
-9
/
+9
*
|
net: make skb_set_owner_w() more robust
Eric Dumazet
2015-11-02
1
-3
/
+1
[next]