aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller2-6/+4
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
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet1-6/+2
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2-1/+11
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert1-6/+6
2015-01-23ip6gretap: advertise link netns via netlinkNicolas Dichtel1-0/+1
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel4-0/+12
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg5-18/+26
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2015-01-14ipv6:icmp:remove unnecessary bracketszhuyj1-1/+1
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+2
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-2/+15
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2-43/+83
2015-01-05net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann1-7/+6
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-1/+1
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe1-4/+4
2014-12-22tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel1-16/+29
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds35-346/+635
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-8/+8
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+14
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet1-14/+14
2014-12-09put iov_iter into msghdrAl Viro2-2/+4
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2-2/+2
2014-12-09ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt"Al Viro1-56/+56
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong1-5/+1
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+17
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro13-106/+181
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches1-50/+63
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn1-2/+19
2014-12-08xfrm6: Fix the nexthdr offset in _decode_session6.Steffen Klassert1-1/+7
2014-12-08xfrm6: Fix transport header offset in _decode_session6.Steffen Klassert1-1/+1