index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-23
net: diag: Fix refcnt leak in error path destroying socket
David Ahern
2
-3
/
+6
2016-08-23
udp: get rid of SLAB_DESTROY_BY_RCU allocations
Eric Dumazet
2
-2
/
+0
2016-08-23
tcp: properly scale window in tcp_v[46]_reqsk_send_ack()
Eric Dumazet
1
-1
/
+7
2016-08-23
udp: fix poll() issue with zero sized packets
Eric Dumazet
1
-6
/
+6
2016-08-22
net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...
Shmulik Ladkani
1
-3
/
+5
2016-08-18
fib_trie: Fix the description of pos and bits
Xunlei Pang
1
-2
/
+2
2016-08-15
gre: set inner_protocol on xmit
Simon Horman
1
-1
/
+0
2016-08-09
vti: flush x-netns xfrm cache when vti interface is removed
Lance Richardson
1
-0
/
+31
2016-08-06
ipv4: panic in leaf_walk_rcu due to stale node pointer
David Forster
1
-6
/
+2
2016-07-30
tcp: consider recv buf for the initial window scale
Soheil Hassas Yeganeh
1
-1
/
+2
2016-07-29
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2
-79
/
+12
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
32
-192
/
+1196
2016-07-26
net: ipmr/ip6mr: update lastuse on entry change
Nikolay Aleksandrov
1
-1
/
+1
2016-07-25
udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skb
Daniel Borkmann
1
-3
/
+1
2016-07-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-5
/
+7
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-47
/
+59
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-22
/
+40
2016-07-19
net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...
Shmulik Ladkani
1
-0
/
+9
2016-07-19
net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags
Shmulik Ladkani
3
-4
/
+6
2016-07-18
netfilter: x_tables: speed up jump target validation
Florian Westphal
2
-43
/
+49
2016-07-16
net: ipmr/ip6mr: add support for keeping an entry age
Nikolay Aleksandrov
1
-4
/
+9
2016-07-15
tcp_timer.c: Add kernel-doc function descriptions
Richard Sailer
1
-17
/
+64
2016-07-15
tcp: enable per-socket rate limiting of all 'challenge acks'
Jason Baron
1
-17
/
+22
2016-07-11
ipv4: af_inet: make it explicitly non-modular
Paul Gortmaker
1
-4
/
+1
2016-07-11
ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space
Julian Anastasov
1
-0
/
+6
2016-07-11
tcp: make challenge acks less predictable
Eric Dumazet
1
-5
/
+10
2016-07-11
tunnels: correct conditional build of MPLS and IPv6
Simon Horman
1
-12
/
+13
2016-07-11
udp: prevent bugcheck if filter truncates packet too much
Michal Kubeček
1
-0
/
+2
2016-07-11
netfilter: conntrack: fix race between nf_conntrack proc read and hash resize
Liping Zhang
1
-4
/
+10
2016-07-09
ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()
Eric Dumazet
1
-6
/
+6
2016-07-09
ipip: support MPLS over IPv4
Simon Horman
1
-16
/
+121
2016-07-09
tunnels: support MPLS over IPv4 tunnels
Simon Horman
1
-10
/
+67
2016-07-07
timers, net/ipv4/inet: Initialize connection request timers as pinned
Thomas Gleixner
2
-5
/
+7
2016-07-07
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...
James Morris
2
-79
/
+12
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-36
/
+32
2016-07-03
netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF
Joe Perches
2
-32
/
+29
2016-07-01
netfilter: x_tables: simplify ip{6}table_mangle_hook()
Pablo Neira Ayuso
1
-4
/
+0
2016-07-01
tcp: md5: use kmalloc() backed scratch areas
Eric Dumazet
2
-17
/
+24
2016-06-30
ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output
Shmulik Ladkani
1
-2
/
+2
2016-06-30
tcp: add an ability to dump and restore window parameters
Andrey Vagin
1
-0
/
+57
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-98
/
+85
2016-06-29
tcp: do not send too big packets at retransmit time
Eric Dumazet
1
-1
/
+6
2016-06-28
net: diag: Add support to filter on device index
David Ahern
1
-0
/
+25
2016-06-28
ipmr/ip6mr: Initialize the last assert time of mfc entries.
Tom Goff
1
-1
/
+3
2016-06-27
ipv6: Allow request socks to contain IPv6 options.
Huw Davies
1
-0
/
+3
2016-06-27
netlabel: Move bitmap manipulation functions to the NetLabel core.
Huw Davies
1
-79
/
+9
2016-06-24
netfilter: nf_reject_ipv4: don't send tcp RST if the packet is non-TCP
Liping Zhang
1
-0
/
+3
2016-06-23
esp: Fix ESN generation under UDP encapsulation
Herbert Xu
1
-20
/
+32
2016-06-18
ipv6: RFC 4884 partial support for SIT/GRE tunnels
Eric Dumazet
1
-1
/
+4
[next]