index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
ipv6.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ipv6: hash net ptr into fragmentation bucket selection
Hannes Frederic Sowa
2015-03-25
1
-2
/
+3
*
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
2015-03-18
1
-4
/
+0
*
igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop
Madhu Challa
2015-02-27
1
-0
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-09
1
-2
/
+0
|
\
|
*
ipv6: Make __ipv6_select_ident static
Vlad Yasevich
2015-02-09
1
-2
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-05
1
-2
/
+5
|
\
|
|
*
ipv6: fix sparse errors in ip6_make_flowlabel()
Eric Dumazet
2015-02-05
1
-2
/
+2
|
*
ipv6: Select fragment id during UFO segmentation if not set.
Vlad Yasevich
2015-02-03
1
-0
/
+3
*
|
ipv6: introduce ipv6_make_skb
Vlad Yasevich
2015-02-02
1
-0
/
+19
|
/
*
drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets
Ben Hutchings
2014-10-30
1
-0
/
+2
*
ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()
Eric Dumazet
2014-09-28
1
-1
/
+2
*
ipv6: add sysctl_mld_qrv to configure query robustness variable
Hannes Frederic Sowa
2014-09-04
1
-0
/
+1
*
inet: frag: don't account number of fragment queues
Florian Westphal
2014-07-27
1
-5
/
+0
*
inet: frag: constify match, hashfn and constructor arguments
Florian Westphal
2014-07-27
1
-2
/
+2
*
net: clean up some sparse endianness warnings in ipv6.h
Jeff Layton
2014-07-16
1
-6
/
+11
*
net: provide stubs for ip6_set_txhash and ip6_make_flowlabel
Florian Fainelli
2014-07-08
1
-0
/
+10
*
ipv6: Implement automatic flow label generation on transmit
Tom Herbert
2014-07-07
1
-0
/
+20
*
net: Save TX flow hash in sock and set in skbuf on xmit
Tom Herbert
2014-07-07
1
-0
/
+15
*
inetpeer: get rid of ip_id_count
Eric Dumazet
2014-06-02
1
-2
/
+0
*
net: add a sysctl to reflect the fwmark on replies
Lorenzo Colitti
2014-05-13
1
-0
/
+3
*
net: ipv6: Introduce ip6_sk_dst_hoplimit.
Lorenzo Colitti
2014-04-30
1
-0
/
+19
*
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
2014-04-15
1
-1
/
+1
*
ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
Hannes Frederic Sowa
2014-01-21
1
-0
/
+2
*
ipv6: add a flag to get the flow label used remotly
Florent Fourcot
2014-01-19
1
-1
/
+2
*
ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper
Li RongQing
2014-01-15
1
-0
/
+5
*
ipv6: namespace cleanups
stephen hemminger
2014-01-01
1
-4
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-12-19
1
-4
/
+2
|
\
|
*
net: Remove FLOWI_FLAG_CAN_SLEEP
Steffen Klassert
2013-12-06
1
-4
/
+2
*
|
ipv6: add ip6_flowlabel helper
Florent Fourcot
2013-12-09
1
-0
/
+5
*
|
ipv6: move IPV6_TCLASS_MASK definition in ipv6.h
Florent Fourcot
2013-12-09
1
-0
/
+1
*
|
xen-netback: fix fragment detection in checksum setup
Paul Durrant
2013-12-05
1
-1
/
+2
|
/
*
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
2013-11-23
1
-2
/
+4
*
ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt
Florent Fourcot
2013-11-08
1
-0
/
+1
*
ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...
Hannes Frederic Sowa
2013-10-23
1
-2
/
+0
*
ipv6: split inet6_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-19
1
-2
/
+2
*
ip*.h: Remove extern from function prototypes
Joe Perches
2013-09-21
1
-149
/
+119
*
ipv6: move ip6_dst_hoplimit() into core kernel
Cong Wang
2013-08-31
1
-0
/
+2
*
net: Add NEXTHDR_SCTP to ipv6.h
Joe Stringer
2013-08-23
1
-0
/
+1
*
ipv6: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
2013-06-19
1
-2
/
+2
*
net: ipv6: Add IPv6 support to the ping socket.
Lorenzo Colitti
2013-05-25
1
-0
/
+6
*
ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling
Hannes Frederic Sowa
2013-03-24
1
-0
/
+2
*
ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper fun...
Hannes Frederic Sowa
2013-03-08
1
-0
/
+12
*
ipv6 flowlabel: add __rcu annotations
Eric Dumazet
2013-03-07
1
-4
/
+4
*
ipv6: use a stronger hash for tcp
Eric Dumazet
2013-02-21
1
-0
/
+12
*
ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-30
1
-0
/
+1
*
ipv6 flowlabel: Convert hash list to RCU.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-30
1
-0
/
+1
*
net: frag helper functions for mem limit tracking
Jesper Dangaard Brouer
2013-01-29
1
-1
/
+1
*
ipv6: Unshare ip6_nd_hdr() and change return type to void.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-7
/
+0
*
ipv6: fix ipv6_prefix_equal64_half mask conversion
Fabio Baltieri
2013-01-17
1
-1
/
+1
*
net: increase fragment memory usage limits
Jesper Dangaard Brouer
2013-01-17
1
-2
/
+2
[prev]
[next]