index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
2013-06-13
4
-10
/
+10
*
net: ping_check_bind_addr() etc. can be static
Wu Fengguang
2013-06-13
1
-9
/
+9
*
tcp: add low latency socket poll support.
Eliezer Tamir
2013-06-11
1
-0
/
+2
*
udp: add low latency socket poll support
Eliezer Tamir
2013-06-11
1
-1
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-06
5
-12
/
+25
|
\
|
*
ipv6: assign rt6_info to inet6_ifaddr in init_loopback
Gao feng
2013-06-05
1
-1
/
+3
|
*
udp6: Fix udp fragmentation for tunnel traffic.
Pravin B Shelar
2013-06-01
1
-8
/
+12
|
*
snmp6: remove IPSTATS_MIB_CSUMERRORS
Nicolas Dichtel
2013-06-01
1
-1
/
+1
|
*
netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6
Florian Westphal
2013-05-23
2
-1
/
+8
*
|
net: ipv6: Implement /proc/net/icmp6.
Lorenzo Colitti
2013-06-04
1
-23
/
+79
*
|
net: ipv6: Unify {raw,udp}6_sock_seq_show.
Lorenzo Colitti
2013-06-04
3
-77
/
+44
*
|
sit: add IPv4 over IPv4 support
Nicolas Dichtel
2013-06-01
1
-3
/
+116
*
|
ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...
Simon Horman
2013-05-29
8
-13
/
+19
*
|
net: always pass struct netdev_notifier_info to netdevice notifiers
Cong Wang
2013-05-29
2
-3
/
+8
*
|
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
5
-7
/
+7
*
|
MPLS: Add limited GSO support
Simon Horman
2013-05-28
2
-1
/
+3
*
|
net: ipv6: Add IPv6 support to the ping socket.
Lorenzo Colitti
2013-05-26
4
-6
/
+243
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-05-25
1
-1
/
+1
|
\
|
|
*
ipv6: fix possible crashes in ip6_cork_release()
Eric Dumazet
2013-05-18
1
-1
/
+1
*
|
ipv6: use ipv6_addr_scope() helper
Cong Wang
2013-05-23
1
-2
/
+1
*
|
ipv6: use ipv6_addr_any() helper
Cong Wang
2013-05-23
1
-3
/
+3
*
|
ipv6: add support of peer address
Nicolas Dichtel
2013-05-20
1
-17
/
+47
|
/
*
xfrm6: release dev before returning error
Cong Wang
2013-05-12
1
-1
/
+3
*
ipv6,gre: do not leak info to user-space
Amerigo Wang
2013-05-12
1
-0
/
+2
*
ipv6: do not clear pinet6 field
Eric Dumazet
2013-05-12
4
-2
/
+27
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-02
1
-3
/
+2
|
\
|
*
proc: Supply a function to remove a proc entry by PDE
David Howells
2013-05-01
1
-2
/
+1
|
*
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-1
/
+1
*
|
net: Add MIB counters for checksum errors
Eric Dumazet
2013-04-29
4
-16
/
+32
*
|
ipv6: Kill ipv6 dependency of icmpv6_send().
Pravin B Shelar
2013-04-29
3
-16
/
+68
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-23
4
-24
/
+39
|
\
\
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2013-04-19
1
-1
/
+7
|
|
\
\
|
|
*
|
netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too
Florian Westphal
2013-04-19
1
-1
/
+7
|
*
|
|
net: drop dst before queueing fragments
Eric Dumazet
2013-04-17
1
-2
/
+10
|
*
|
|
ipv6: statically link register_inet6addr_notifier()
Cong Wang
2013-04-14
2
-21
/
+22
*
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-04-19
6
-15
/
+34
|
\
\
\
\
|
*
|
|
|
netfilter: xt_rpfilter: depend on raw or mangle table
Florian Westphal
2013-04-19
1
-1
/
+1
|
*
|
|
|
netfilter: add my copyright statements
Patrick McHardy
2013-04-18
3
-0
/
+9
|
*
|
|
|
netfilter: nat: propagate errors from xfrm_me_harder()
Patrick McHardy
2013-04-08
1
-6
/
+11
|
*
|
|
|
netfilter: ipv6: propagate routing errors from ip6_route_me_harder()
Patrick McHardy
2013-04-08
3
-8
/
+13
*
|
|
|
|
net: sock: make sock_tx_timestamp void
Daniel Borkmann
2013-04-14
1
-5
/
+2
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-04-11
1
-2
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
xfrm: allow to avoid copying DSCP during encapsulation
Nicolas Dichtel
2013-03-06
1
-2
/
+5
*
|
|
|
|
|
net: ipv6: only invalidate previously tokenized addresses
Daniel Borkmann
2013-04-09
1
-2
/
+5
*
|
|
|
|
|
net: ipv6: also allow token to be set when device not ready
Daniel Borkmann
2013-04-09
1
-6
/
+16
*
|
|
|
|
|
net: ipv6: minor: use in6addr_any in token init
Daniel Borkmann
2013-04-09
1
-1
/
+1
*
|
|
|
|
|
net: ipv6: add tokenized interface identifier support
Daniel Borkmann
2013-04-08
1
-3
/
+84
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-08
2
-1
/
+2
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
ipv6/tcp: Stop processing ICMPv6 redirect messages
Christoph Paasch
2013-04-07
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
2013-04-04
1
-1
/
+1
|
|
\
\
\
[next]