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
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-06
Merge branch 'akpm' (patchbomb from Andrew Morton)
Linus Torvalds
1
-1
/
+1
2014-08-06
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-1
/
+1
2014-08-06
tcp: md5: check md5 signature without socket lock
Dmitry Popov
1
-6
/
+19
2014-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2014-08-05
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
1
-1
/
+8
2014-08-02
ipv6: data of fwmark_reflect sysctl needs to be updated on netns construction
Hannes Frederic Sowa
1
-0
/
+1
2014-08-02
inet: frags: use kmem_cache for inet_frag_queue
Nikolay Aleksandrov
2
-3
/
+12
2014-08-02
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages
Nikolay Aleksandrov
1
-7
/
+8
2014-08-02
inet: frags: rename last_in to flags
Nikolay Aleksandrov
2
-15
/
+15
2014-08-02
inet: frags: use INC_STATS_BH in the ipv6 reassembly code
Nikolay Aleksandrov
1
-3
/
+4
2014-07-31
net: use inet6_iif instead of IP6CB()->iif
Duan Jiong
2
-5
/
+5
2014-07-31
net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS
Duan Jiong
2
-7
/
+14
2014-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-31
/
+20
2014-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2014-07-29
ipv6: fail early when creating netdev named all or default
WANG Cong
1
-28
/
+54
2014-07-28
ip: make IP identifiers less predictable
Eric Dumazet
1
-0
/
+2
2014-07-27
inet: frag: set limits and make init_net's high_thresh limit global
Nikolay Aleksandrov
2
-4
/
+20
2014-07-27
inet: frag: use seqlock for hash rebuild
Florian Westphal
2
-2
/
+1
2014-07-27
inet: frag: remove periodic secret rebuild timer
Florian Westphal
2
-3
/
+3
2014-07-27
inet: frag: remove lru list
Florian Westphal
2
-2
/
+0
2014-07-27
inet: frag: don't account number of fragment queues
Florian Westphal
1
-2
/
+2
2014-07-27
inet: frag: move eviction of queues to work queue
Florian Westphal
1
-1
/
+3
2014-07-27
inet: frag: move evictor calls into frag_find function
Florian Westphal
2
-10
/
+0
2014-07-27
inet: frag: remove hash size assumptions from callers
Florian Westphal
2
-11
/
+4
2014-07-27
inet: frag: constify match, hashfn and constructor arguments
Florian Westphal
2
-8
/
+8
2014-07-24
ipv6: remove obsolete comment in ip6_append_data()
Li RongQing
1
-1
/
+0
2014-07-24
neigh: remove exceptional & on function name
Himangi Saraogi
1
-1
/
+1
2014-07-23
sock: remove skb argument from sk_rcvqueues_full
Sorin Dumitru
1
-1
/
+1
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-0
/
+429
2014-07-16
udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.
David Held
1
-10
/
+20
2014-07-16
udp: Simplify __udp*_lib_mcast_deliver.
David Held
1
-53
/
+35
2014-07-16
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
1
-1
/
+1
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+16
2014-07-15
net-timestamp: SOCK_RAW and PING timestamping
Willem de Bruijn
1
-9
/
+4
2014-07-15
ipv6: remove unnecessary break after return
Fabian Frederick
1
-1
/
+0
2014-07-15
netfilter: remove unnecessary break after return
Fabian Frederick
1
-1
/
+0
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
5
-8
/
+13
2014-07-11
ipv6: Use BUG_ON
Himangi Saraogi
1
-2
/
+2
2014-07-11
net: ipv6: Use BUG_ON
Himangi Saraogi
1
-4
/
+2
2014-07-11
ipv6: addrconf: implement address generation modes
Jiri Pirko
1
-18
/
+38
2014-07-10
ipv6: fix the check when handle RA
Li RongQing
1
-6
/
+6
2014-07-07
ipv6: Implement automatic flow label generation on transmit
Tom Herbert
6
-5
/
+29
2014-07-07
net: Save TX flow hash in sock and set in skbuf on xmit
Tom Herbert
2
-0
/
+5
2014-07-07
tcp: switch snt_synack back to measuring transmit time of first SYNACK
Neal Cardwell
1
-2
/
+0
2014-07-01
inet: move ipv6only in sock_common
Eric Dumazet
3
-7
/
+6
2014-07-01
ipv6: Allow accepting RA from local IP addresses.
Ben Greear
2
-8
/
+23
2014-07-01
ipv6: Add more debugging around accept-ra logic.
Ben Greear
1
-8
/
+43
2014-06-30
netfilter: use IS_ENABLED() macro
Duan Jiong
1
-0
/
+4
2014-06-28
netfilter: fix several Kconfig problems in NF_LOG_*
Pablo Neira Ayuso
1
-5
/
+5
[next]