aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal1-1/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+31
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman2-3/+0
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-7/+46
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-11/+28
2015-03-06netfilter: nf_tables: consolidate Kconfig optionsPablo Neira Ayuso1-7/+11
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+3
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-0/+7
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+18
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal1-0/+35
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue4-17/+11
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-1/+1
2015-02-28tcp: cleanup static functionsEric Dumazet1-2/+2
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2-7/+51
2015-02-27igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa1-9/+31
2015-02-24ipv6: remove dead debug code from ip6_tunnel.cIan Morris1-6/+0
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-02-21ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater1-1/+1
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek1-2/+2
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert1-1/+5
2015-02-11ipv6: Partial checksum only UDP packetsVlad Yasevich1-1/+1
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+40
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich1-1/+2
2015-02-09ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich1-1/+1
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch1-1/+1
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline2-3/+20
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-27/+50
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller2-6/+4
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich3-21/+44
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro1-1/+1
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro1-2/+1
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich1-1/+10
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich1-19/+84
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich1-69/+89
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-3/+2
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+44
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26