summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet2015-09-251-1/+1
* ipv6: constify ip6_xmit() sock argumentEric Dumazet2015-09-252-8/+20
* tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet2015-09-251-2/+2
* ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet2015-09-251-2/+2
* tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet2015-09-251-4/+5
* tcp: factorize sk_txhash initEric Dumazet2015-09-241-2/+0
* ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-243-12/+9
* ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert2015-09-231-25/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-2221-112/+91
|\
| * netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman2015-09-181-1/+1
| * netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman2015-09-181-2/+2
| * netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-1812-47/+47
| * netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-181-1/+2
| * netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2015-09-182-20/+5
| * netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman2015-09-181-3/+3
| * netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-183-5/+5
| * netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
| * netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-186-9/+7
| * inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman2015-09-183-11/+11
| * inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman2015-09-186-16/+10
* | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-211-1/+1
|/
* tcp: provide skb->hash to synack packetsEric Dumazet2015-09-171-1/+1
* netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman2015-09-172-0/+2
* netfilter: Pass net into okfnEric W. Biederman2015-09-178-14/+13
* netfilter: Use nf_hook_state.netEric W. Biederman2015-09-178-22/+17
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-1710-26/+32
* ipv6: Compute net once in raw6_send_hdrincEric W. Biederman2015-09-171-2/+3
* ipv6: Cache net in ip6_outputEric W. Biederman2015-09-171-2/+2
* ipv6: Only compute net once in ip6_finish_output2Eric W. Biederman2015-09-171-6/+5
* ipv6: Don't recompute net in ip6_rcvEric W. Biederman2015-09-171-1/+1
* ipv6: Only compute net once in ip6mr_forward2_finishEric W. Biederman2015-09-171-2/+3
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-178-11/+11
* rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-151-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-103-34/+175
|\
| * ipv6: fix ifnullfree.cocci warningsWu Fengguang2015-09-091-2/+1
| * net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-092-7/+0
| * ipv6: fix multipath route replace error recoveryRoopa Prabhu2015-09-091-26/+175
| * net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-09-051-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-31/+0
|\ \ | |/ |/|
| * net/ipv6: Export addrconf_ifid_eui48Matan Barak2015-08-301-31/+0
* | netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann2015-09-021-0/+1
* | ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-09-021-1/+1
* | ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski2015-08-311-3/+10
* | ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski2015-08-311-0/+5
* | tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-2/+7
* | fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-311-0/+2
* | net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann2015-08-311-16/+16
* | net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T2015-08-301-10/+16
* | vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-291-0/+9