summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-1/+1
* inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-171-2/+1
* inet: ip early demux should avoid request socketsEric Dumazet2015-03-161-1/+1
* inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-141-2/+0
* inet: introduce ireq_familyEric Dumazet2015-03-122-0/+2
* inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet2015-03-121-2/+2
* ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-121-0/+1
* net: Introduce possible_net_tEric W. Biederman2015-03-122-9/+3
* net: Kill hold_net release_netEric W. Biederman2015-03-122-6/+2
* ipv6: expose RFC4191 route preference via rtnetlinkLubomir Rintel2015-03-111-1/+15
* 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-092-13/+31
|\ \ | |/ |/|
| * ip: fix error queue empty skb handlingWillem de Bruijn2015-03-081-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/+0
* | 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-032-2/+18
|\ \ \ | |/ / |/| / | |/
| * udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-021-1/+2
| * ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-02-231-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/+11
* | 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/+0
* | ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater2015-02-211-1/+1
|/
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-02-141-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-111-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-052-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-033-21/+44
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-042-6/+4
|\ \
| * | 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/+1
| * | ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro2015-02-041-4/+3
* | | ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich2015-02-021-1/+10