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