summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-101-1/+1
|\
| * netfilter: fix sparse warnings in reject handlingFlorian Westphal2015-03-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-102-13/+31
|\ \ | |/ |/|
| * ip: fix error queue empty skb handlingWillem de Bruijn2015-03-091-11/+28
| * net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-041-2/+3
* | net: Remove protocol from struct dst_opsEric W. Biederman2015-03-092-3/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-092-7/+46
|\ \
| * | netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso2015-03-061-7/+11
| * | netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-031-0/+35
* | | neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-042-2/+18
|\ \ \ | |/ / |/| / | |/
| * udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-031-1/+2
| * ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-02-241-1/+16
* | neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-024-17/+11Star
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-1/+1
* | tcp: cleanup static functionsEric Dumazet2015-02-281-2/+2
* | multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-272-7/+51
* | igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2015-02-271-9/+31
* | ipv6: remove dead debug code from ip6_tunnel.cIan Morris2015-02-241-6/+0Star
* | ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater2015-02-221-1/+1
|/
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-02-151-1/+1
* ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2015-02-121-2/+2
* udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2015-02-121-1/+5
* ipv6: Partial checksum only UDP packetsVlad Yasevich2015-02-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-093-5/+40
|\
| * ipv6: Make __ipv6_select_ident staticVlad Yasevich2015-02-091-1/+2
| * ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich2015-02-091-1/+1
| * ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann2015-02-061-0/+17
| * net: ipv6: allow explicitly choosing optimistic addressesErik Kline2015-02-062-3/+20
* | rt6_probe_deferred: Do not depend on struct orderingMichael Büsch2015-02-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-055-27/+50
|\|
| * sit: fix some __be16/u16 mismatchesEric Dumazet2015-02-051-4/+4
| * ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca2015-02-051-2/+2
| * ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2015-02-043-21/+44
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-052-6/+4Star
|\ \
| * | net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-041-1/+1
| * | ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-041-2/+1Star
| * | ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro2015-02-041-4/+3Star
* | | ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich2015-02-031-1/+10
* | | udpv6: Add lockless sendmsg() supportVlad Yasevich2015-02-031-4/+20
* | | ipv6: Introduce udpv6_send_skb()Vlad Yasevich2015-02-031-27/+40
* | | ipv6: introduce ipv6_make_skbVlad Yasevich2015-02-031-19/+84
* | | ipv6: Append sending data to arbitrary queueVlad Yasevich2015-02-031-39/+67
* | | ipv6: pull cork initialization into its own function.Vlad Yasevich2015-02-031-69/+89
* | | net-timestamp: no-payload optionWillem de Bruijn2015-02-031-3/+2Star
* | | net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-311-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-284-34/+44
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-01-271-2/+8
| |\
| | * xfrm6: Fix the nexthdr offset in _decode_session6.Steffen Klassert2014-12-081-1/+7