Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7cb8a93968e395e40a72a50da0b6114e752304b4
/
net
/
ipv6
8d06887
xfrm: make gc_thresh configurable in all namespaces
by Michal Kubecek
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
b640bee
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
72289b9
soreuseport: UDP/IPv6 implementation
by Tom Herbert
· 12 years ago
5ba2495
soreuseport: TCP/IPv6 implementation
by Tom Herbert
· 12 years ago
c296bb4
netfilter: nf_conntrack: refactor l4proto support for netns
by Gao feng
· 12 years ago
6330750
netfilter: nf_conntrack: refactor l3proto support for netns
by Gao feng
· 12 years ago
9647bb8
ipv6: remove duplicated declaration of ip6_fragment()
by Cong Wang
· 12 years ago
0cc8d8d
netfilter: Use IS_ERR_OR_NULL().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
3f0d2ba
ipv6: Use IS_ERR_OR_NULL().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
b820bb6
ndisc: Do not try to update "updated" time if neighbour has already gone.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
660b26d
mcast: add multicast proxy support (IPv4 and IPv6)
by Nicolas Dichtel
· 12 years ago
4d5c152
ndisc: Use compound literals to build redirect message.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
1cb3fe5
ndisc: Break down ndisc_build_skb() and build message directly.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
b44b5f4
ndisc: Break down __ndisc_send().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
7b3d9b0
ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
f4de84c
ndisc: Use ndisc_send_skb() for redirect.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
aa4bdd4
ndisc: Remove icmp6h argument from ndisc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
5f5a011
ndisc: Make ndisc_fill_xxx_option() for sk_buff.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2ce13576
ndisc: Calculate message body length and option length separately.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
5135e63
ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
527a150
ndisc: Defer building IPv6 header.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
af9a997
ndisc: Remove dev argument for ndisc_send_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
f382d03
ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
c8d6c38
ndisc: Simplify arguments for ip6_nd_hdr().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2576f17d
ipv6: Unshare ip6_nd_hdr() and change return type to void.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
de09334
ndisc: Introduce ndisc_alloc_skb() helper.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
9c86daf
ndisc: Introduce ndisc_fill_redirect_hdr_option().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
6bce6b4
ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len).
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
c558e9f
ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
315ff09
ndisc: Reduce number of arguments for ndisc_fill_addr_option().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
fb56863
ndisc: Make several arguments for ndisc_send_na() boolean.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
ca97a64
ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast Addresses.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
1ad759d
ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv
by Hannes Frederic Sowa
· 12 years ago
115b0aa
ndisc: Check NS message length before access.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
12fd84f
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
887c95c
ipv6: Complete neighbour entry removal from dst_entry.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
6fd6ce2
ipv6: Do not depend on rt->n in ip6_finish_output2().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
707be1f
ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2152cae
ipv6: Do not depend on rt->n in rt6_probe().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
145a362
ipv6: Do not depend on rt->n in rt6_check_neigh().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
c440f16
ipv6: Do not depend on rt->n in ip6_pol_route().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
dd0cbf2
ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
8e022ee
ndisc: Remove tbl argument for __ipv6_neigh_lookup().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
7ff74a5
ndisc: Update neigh->updated with write lock.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
4b87f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
6059283
ipv6 netevent: Remove old_neigh from netevent_redirect.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
dd3332b
ipv6: Store Router Alert option in IP6CB directly.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
2b464f6
ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
c08977b
ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
daad151
ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
e721985
ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
6502ca5
ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
3e4e4c1
ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
21caa66
ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]
by Romain Kuntz
· 12 years ago
85da53b
ipv6: fix the noflags test in addrconf_get_prefix_route
by Romain Kuntz
· 12 years ago
6c40d10
ipv6: Use container_of macro instead of magic number to get ipv6 header.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
ba96bcbc
ipv6: Use FIELD_SIZEOF() in inet6_init().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
acb3e04
ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library
by Cong Wang
· 12 years ago
5d134f1
tcp: make sysctl_tcp_ecn namespace aware
by Hannes Frederic Sowa
· 12 years ago
71bcdba
ndisc: Use struct rd_msg for redirect message.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
b7dc8c3
ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
429da4c
netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation
by Ulrich Weber
· 12 years ago
ac196f8
Merge branch 'master' of git://1984.lsi.us.es/nf
by David S. Miller
· 12 years ago
ae782bb
ipv6/ip6_gre: set transport header correctly
by Isaku Yamahata
· 12 years ago
bd77902
ipv6: addrconf.c: remove unnecessary "if"
by Cong Ding
· 12 years ago
97cf00e
netfilter: nf_ct_reasm: fix conntrack reassembly expire code
by Haibo Xi
· 12 years ago
d7a769f
netfilter: nf_conntrack_ipv6: fix comment for packets without data
by Florent Fourcot
· 12 years ago
c65ef8d
netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE
by Andrew Collins
· 12 years ago
c6f4089
netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset
by Mukund Jampala
· 12 years ago
df48419
ipv6: Fix Makefile offload objects
by Simon Arlott
· 12 years ago
e337e24
inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock
by Christoph Paasch
· 12 years ago
093d04d
ipv6: Change skb->data before using icmpv6_notify() to propagate redirect
by Duan Jiong
· 12 years ago
7bdc1b4
ndisc: Fix padding error in link-layer address option.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
fd0ea7d
ndisc: Unexport ndisc_{build,send}_skb().
by YOSHIFUJI Hideaki
· 12 years ago
0e1efe9
ipv6: avoid taking locks at socket dismantle
by Eric Dumazet
· 12 years ago
b1afce9
ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTE
by David S. Miller
· 12 years ago
193c1e4
ip6mr: fix rtm_family of rtnl msg
by Nicolas Dichtel
· 12 years ago
812e44d
ip6mr: advertise new mfc entries via rtnl
by Nicolas Dichtel
· 12 years ago
1eb99af
ipmr/ip6mr: allow to get unresolved cache via netlink
by Nicolas Dichtel
· 12 years ago
9a68ac7
ipmr/ip6mr: report origin of mfc entry into rtnl msg
by Nicolas Dichtel
· 12 years ago
adfa85e
ipmr/ip6mr: advertise mfc stats via rtnetlink
by Nicolas Dichtel
· 12 years ago
70b386a
ip6mr: use nla_nest_* helpers
by Nicolas Dichtel
· 12 years ago
d67b8c6
netconf: advertise mc_forwarding status
by Nicolas Dichtel
· 12 years ago
e8ad1a8
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
a5a81f0
ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=n
by Paul Marks
· 12 years ago
9ba2add
ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) if Router Advertisements are accepted
by Shmulik Ladkani
· 12 years ago
a0ecb85
netfilter: nf_nat: Handle routing changes in MASQUERADE target
by Jozsef Kadlecsik
· 12 years ago
aeaf6e9
ipv6: unify logic evaluating inet6_dev's accept_ra property
by Shmulik Ladkani
· 12 years ago
ce43b03
net: move inet_dport/inet_num in sock_common
by Eric Dumazet
· 12 years ago
e716503
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
f4e0b4c
ip6tnl/sit: drop packet if ECN present with not-ECT
by Nicolas Dichtel
· 12 years ago
03f52a0
ip6mr: Add sizeof verification to MRT6_ASSERT and MT6_PIM
by Joe Perches
· 12 years ago
53d6841
ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to bool
by Joe Perches
· 12 years ago
24bc518
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2b91647
ipv6: adapt connect for repair move
by Andrey Vagin
· 12 years ago
242a18d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 12 years ago
b4dd006
ipv6: fix inet6_csk_update_pmtu() return value
by Eric Dumazet
· 12 years ago
e2f1f07
sit: allow to configure 6rd tunnels via netlink
by Nicolas Dichtel
· 12 years ago
3594698
net: Make CAP_NET_BIND_SERVICE per user namespace
by Eric W. Biederman
· 12 years ago
Next »