summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2015-03-18inet: fix request sock refcountingEric Dumazet
2015-03-18tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-18inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-16inet: ip early demux should avoid request socketsEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-13inet: introduce ireq_familyEric Dumazet
2015-03-13inet: get_openreq4() & get_openreq6() do not need listenerEric Dumazet
2015-03-13ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-12ipv6: expose RFC4191 route preference via rtnetlinkLubomir Rintel
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-09ip: fix error queue empty skb handlingWillem de Bruijn
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-02-28tcp: cleanup static functionsEric Dumazet
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa
2015-02-24ipv6: remove dead debug code from ip6_tunnel.cIan Morris
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-02-22ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater
2015-02-15ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert
2015-02-11ipv6: Partial checksum only UDP packetsVlad Yasevich
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich
2015-02-09ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca
2015-02-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro