index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patchbomb from Andrew Morton)
Linus Torvalds
2014-08-06
1
-1
/
+1
|
\
|
*
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
2014-08-06
1
-1
/
+1
*
|
tcp: md5: check md5 signature without socket lock
Dmitry Popov
2014-08-06
1
-6
/
+19
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-08-05
1
-0
/
+1
|
\
|
*
ipv6: data of fwmark_reflect sysctl needs to be updated on netns construction
Hannes Frederic Sowa
2014-08-02
1
-0
/
+1
*
|
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
2014-08-05
1
-1
/
+8
*
|
inet: frags: use kmem_cache for inet_frag_queue
Nikolay Aleksandrov
2014-08-02
2
-3
/
+12
*
|
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages
Nikolay Aleksandrov
2014-08-02
1
-7
/
+8
*
|
inet: frags: rename last_in to flags
Nikolay Aleksandrov
2014-08-02
2
-15
/
+15
*
|
inet: frags: use INC_STATS_BH in the ipv6 reassembly code
Nikolay Aleksandrov
2014-08-02
1
-3
/
+4
*
|
net: use inet6_iif instead of IP6CB()->iif
Duan Jiong
2014-07-31
2
-5
/
+5
*
|
net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS
Duan Jiong
2014-07-31
2
-7
/
+14
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-07-30
1
-31
/
+20
|
\
\
|
*
|
vti6: Simplify error handling in module init and exit
Mathias Krause
2014-06-26
1
-31
/
+20
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-30
1
-0
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ip: make IP identifiers less predictable
Eric Dumazet
2014-07-28
1
-0
/
+2
*
|
|
ipv6: fail early when creating netdev named all or default
WANG Cong
2014-07-29
1
-28
/
+54
*
|
|
inet: frag: set limits and make init_net's high_thresh limit global
Nikolay Aleksandrov
2014-07-27
2
-4
/
+20
*
|
|
inet: frag: use seqlock for hash rebuild
Florian Westphal
2014-07-27
2
-2
/
+1
*
|
|
inet: frag: remove periodic secret rebuild timer
Florian Westphal
2014-07-27
2
-3
/
+3
*
|
|
inet: frag: remove lru list
Florian Westphal
2014-07-27
2
-2
/
+0
*
|
|
inet: frag: don't account number of fragment queues
Florian Westphal
2014-07-27
1
-2
/
+2
*
|
|
inet: frag: move eviction of queues to work queue
Florian Westphal
2014-07-27
1
-1
/
+3
*
|
|
inet: frag: move evictor calls into frag_find function
Florian Westphal
2014-07-27
2
-10
/
+0
*
|
|
inet: frag: remove hash size assumptions from callers
Florian Westphal
2014-07-27
2
-11
/
+4
*
|
|
inet: frag: constify match, hashfn and constructor arguments
Florian Westphal
2014-07-27
2
-8
/
+8
*
|
|
ipv6: remove obsolete comment in ip6_append_data()
Li RongQing
2014-07-24
1
-1
/
+0
*
|
|
neigh: remove exceptional & on function name
Himangi Saraogi
2014-07-24
1
-1
/
+1
*
|
|
sock: remove skb argument from sk_rcvqueues_full
Sorin Dumitru
2014-07-23
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-22
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
net-gre-gro: Fix a bug that breaks the forwarding path
Jerry Chu
2014-07-16
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-07-20
4
-0
/
+429
|
\
\
\
|
*
|
|
netfilter: use IS_ENABLED() macro
Duan Jiong
2014-06-30
1
-0
/
+4
|
*
|
|
netfilter: fix several Kconfig problems in NF_LOG_*
Pablo Neira Ayuso
2014-06-28
1
-5
/
+5
|
*
|
|
netfilter: log: nf_log_packet() as real unified interface
Pablo Neira Ayuso
2014-06-27
1
-7
/
+7
|
*
|
|
netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
Pablo Neira Ayuso
2014-06-27
3
-0
/
+425
|
|
|
/
|
|
/
|
*
|
|
udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.
David Held
2014-07-16
1
-10
/
+20
*
|
|
udp: Simplify __udp*_lib_mcast_deliver.
David Held
2014-07-16
1
-53
/
+35
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-16
2
-3
/
+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ipv6: Fix MLD Query message check
Hangbin Liu
2014-06-27
1
-2
/
+11
|
*
|
udp: Add MIB counters for rcvbuferrors
James M Leddy
2014-06-27
1
-1
/
+5
*
|
|
net-timestamp: SOCK_RAW and PING timestamping
Willem de Bruijn
2014-07-15
1
-9
/
+4
*
|
|
ipv6: remove unnecessary break after return
Fabian Frederick
2014-07-15
1
-1
/
+0
*
|
|
netfilter: remove unnecessary break after return
Fabian Frederick
2014-07-15
1
-1
/
+0
*
|
|
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-07-15
5
-8
/
+13
*
|
|
ipv6: Use BUG_ON
Himangi Saraogi
2014-07-11
1
-2
/
+2
*
|
|
net: ipv6: Use BUG_ON
Himangi Saraogi
2014-07-11
1
-4
/
+2
*
|
|
ipv6: addrconf: implement address generation modes
Jiri Pirko
2014-07-11
1
-18
/
+38
*
|
|
ipv6: fix the check when handle RA
Li RongQing
2014-07-10
1
-6
/
+6
*
|
|
ipv6: Implement automatic flow label generation on transmit
Tom Herbert
2014-07-07
6
-5
/
+29
[next]