summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-30/+11
2014-11-06Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-3/+1
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches-5/+5
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches-6/+4
2014-11-06ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert-1/+40
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert-11/+24
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar-3/+1
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert-1/+1
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann-4/+5
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches-7/+2
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-6/+6
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert-0/+2
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches-8/+8
2014-11-04ipv6: trivial, add bracket for the if blockFlorent Fourcot-2/+2
2014-11-04net: allow setting ecn via routing tableFlorian Westphal-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal-3/+2
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert-2/+3
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert-9/+6
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert-10/+1
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert-9/+1
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-66/+144
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-66/+109
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso-66/+109
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings-0/+34
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal-2/+5
2014-10-30ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov-7/+25
2014-10-30ipv6: remove assignment in if conditionFabian Frederick-1/+2
2014-10-30ipv6: remove inline on static in c fileFabian Frederick-6/+6
2014-10-30ipv6: spelling s/incomming/incomingFabian Frederick-1/+1
2014-10-30netfilter: log: protect nf_log_register against double registeringMarcelo Leitner-1/+11
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline-2/+44
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel-0/+1
2014-10-27netfilter: nf_tables: add new expression nft_redirArturo Borrero-0/+87
2014-10-27netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero-0/+82
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick-1/+1
2014-10-27ipv6: replace min/casting by min_tFabian Frederick-2/+2
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau-14/+16
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau-3/+3
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau-30/+40
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama-2/+0
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla-2/+2
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing-3/+8
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal-1/+1
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+5
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+4
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing-3/+3
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing-0/+1
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-13/+16
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet-12/+16
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1